#DAD677

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

Shades of Goldenrod #DAD677

Tints of Goldenrod #DAD677

Color information

#DAD677 (or 0xDAD677) is unknown color: approx Goldenrod. HEX triplet: DA, D6 and 77. RGB value is (218,214,119). Sum of RGB (Red+Green+Blue) = 218+214+119=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 119 (46.88% from 255 or 21.60% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD677 is #252988. Grayscale: #CCCCCC. Windows color (decimal): -2435465 or 7853786. OLE color: 7853786.

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

Color convert

RGB218214119-
CMYK00.020.450.15
HSL57.58º57.23%66.08%-
HSV(B)57.58º45.41%85.49%-
XYZ56.2964.3326.9-
YUV204.3779.83137.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 214 (83.98% from 255) = 38.84%
BLUE value IS 119 (46.88% from 255) = 21.60%
R=39.56%
G=38.84%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821411900.020.450.1557.5857.2366.08
HexDAD677022DF3a3942
Octal3323261670255177271102
Binary1101101011010110111011101010110111111110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD677; }

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

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

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

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

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

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

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

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