#DAD579

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

Shades of Goldenrod #DAD579

Tints of Goldenrod #DAD579

Color information

#DAD579 (or 0xDAD579) is unknown color: approx Goldenrod. HEX triplet: DA, D5 and 79. RGB value is (218,213,121). Sum of RGB (Red+Green+Blue) = 218+213+121=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD579 is #252A86. Grayscale: #CCCCCC. Windows color (decimal): -2435719 or 7984602. OLE color: 7984602.

HSL color Cylindrical-coordinate representation of color #DAD579: hue angle of 56.91º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAD579 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB218213121-
CMYK00.020.440.15
HSL56.91º56.73%66.47%-
HSV(B)56.91º44.5%85.49%-
XYZ56.1663.8727.46-
YUV204.0181.16137.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 213 (83.59% from 255) = 38.59%
BLUE value IS 121 (47.66% from 255) = 21.92%
R=39.49%
G=38.59%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821312100.020.440.1556.9156.7366.47
HexDAD579022CF393942
Octal3323251710254177171102
Binary1101101011010101111100101010110011111110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD579; }

 p { color: rgb(218,213,121); }

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

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

 a { background-color: rgb(218,213,121); }

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

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

 span { border-color: rgb(218,213,121); }

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