#DAD66E

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

Shades of Goldenrod #DAD66E

Tints of Goldenrod #DAD66E

Color information

#DAD66E (or 0xDAD66E) is unknown color: approx Goldenrod. HEX triplet: DA, D6 and 6E. RGB value is (218,214,110). Sum of RGB (Red+Green+Blue) = 218+214+110=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD66E is #252991. Grayscale: #CBCBCB. Windows color (decimal): -2435474 or 7263962. OLE color: 7263962.

HSL color Cylindrical-coordinate representation of color #DAD66E: hue angle of 57.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAD66E is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB218214110-
CMYK00.020.500.15
HSL57.78º59.34%64.31%-
HSV(B)57.78º49.54%85.49%-
XYZ55.7764.1224.19-
YUV203.3475.33138.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 214 (83.98% from 255) = 39.48%
BLUE value IS 110 (43.36% from 255) = 20.30%
R=40.22%
G=39.48%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821411000.020.500.1557.7859.3464.31
HexDAD66E0232F3a3b40
Octal3323261560262177273100
Binary1101101011010110110111001011001011111110101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD66E; }

 p { color: rgb(218,214,110); }

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

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

 a { background-color: rgb(218,214,110); }

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

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

 span { border-color: rgb(218,214,110); }

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