#DAD679

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

Shades of Goldenrod #DAD679

Tints of Goldenrod #DAD679

Color information

#DAD679 (or 0xDAD679) is unknown color: approx Goldenrod. HEX triplet: DA, D6 and 79. RGB value is (218,214,121). Sum of RGB (Red+Green+Blue) = 218+214+121=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD679 is #252986. Grayscale: #CCCCCC. Windows color (decimal): -2435463 or 7984858. OLE color: 7984858.

HSL color Cylindrical-coordinate representation of color #DAD679: hue angle of 57.53º 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 #DAD679 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB218214121-
CMYK00.020.440.15
HSL57.53º56.73%66.47%-
HSV(B)57.53º44.5%85.49%-
XYZ56.4164.3827.54-
YUV204.5980.83137.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 121 (47.66% from 255) = 21.88%
R=39.42%
G=38.70%
B=21.88%

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
Decimal21821412100.020.440.1557.5356.7366.47
HexDAD679022CF3a3942
Octal3323261710254177271102
Binary1101101011010110111100101010110011111110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD679; }

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

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

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

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

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

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

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

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