#DADC6B

Color #DADC6B Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DADC6B

Tints of Goldenrod #DADC6B

Color information

#DADC6B (or 0xDADC6B) is unknown color: approx Goldenrod. HEX triplet: DA, DC and 6B. RGB value is (218,220,107). Sum of RGB (Red+Green+Blue) = 218+220+107=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DADC6B is #252394. Grayscale: #CECECE. Windows color (decimal): -2433941 or 7068890. OLE color: 7068890.

HSL color Cylindrical-coordinate representation of color #DADC6B: hue angle of 61.06º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DADC6B is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB218220107-
CMYK0.0100.510.14
HSL61.06º61.75%64.12%-
HSV(B)61.06º51.36%86.27%-
XYZ57.1667.1523.86-
YUV206.5271.84136.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 220 (86.33% from 255) = 40.37%
BLUE value IS 107 (42.19% from 255) = 19.63%
R=40%
G=40.37%
B=19.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201070.0100.510.1461.0661.7564.12
HexDADC6B1033E3d3e40
Octal3323341531063167576100
Binary110110101101110011010111011001111101111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADC6B; }

 p { color: rgb(218,220,107); }

 H1.HeaderClassName
 {
   color: #DADC6B;
 }
 .AnyTagClassName
 {
   color: #DADC6B;
 }
</style>
background-color css

<style>
 a { background-color: #DADC6B; }

 a { background-color: rgb(218,220,107); }

 div.DivClassName
 {
   background-color: #DADC6B;
 }
 .BgClassName
 {
   background-color: #DADC6B;
 }
</style>
border-color css

<style>
 span { border-color: #DADC6B; }

 span { border-color: rgb(218,220,107); }

 td.TdClassName
 {
   border-color: #DADC6B;
 }
 .TagClassName
 {
   border-color: #DADC6B;
 }
</style>