#DAD977

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

Shades of Goldenrod #DAD977

Tints of Goldenrod #DAD977

Color information

#DAD977 (or 0xDAD977) is unknown color: approx Goldenrod. HEX triplet: DA, D9 and 77. RGB value is (218,217,119). Sum of RGB (Red+Green+Blue) = 218+217+119=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD977 is #252688. Grayscale: #CECECE. Windows color (decimal): -2434697 or 7854554. OLE color: 7854554.

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

Color convert

RGB218217119-
CMYK00.000.450.15
HSL59.39º57.23%66.08%-
HSV(B)59.39º45.41%85.49%-
XYZ57.0665.8627.16-
YUV206.1378.83136.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 217 (85.16% from 255) = 39.17%
BLUE value IS 119 (46.88% from 255) = 21.48%
R=39.35%
G=39.17%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821711900.000.450.1559.3957.2366.08
HexDAD977002DF3b3942
Octal3323311670055177371102
Binary110110101101100111101110010110111111110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD977; }

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

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

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

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

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

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

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

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