#D5DA77

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

Shades of Goldenrod #D5DA77

Tints of Goldenrod #D5DA77

Color information

#D5DA77 (or 0xD5DA77) is unknown color: approx Goldenrod. HEX triplet: D5, DA and 77. RGB value is (213,218,119). Sum of RGB (Red+Green+Blue) = 213+218+119=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5DA77 is #2A2588. Grayscale: #CDCDCD. Windows color (decimal): -2762121 or 7854805. OLE color: 7854805.

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

Color convert

RGB213218119-
CMYK0.0200.450.15
HSL63.03º57.23%66.08%-
HSV(B)63.03º45.41%85.49%-
XYZ55.8465.6227.18-
YUV205.2279.34133.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 218 (85.55% from 255) = 39.64%
BLUE value IS 119 (46.88% from 255) = 21.64%
R=38.73%
G=39.64%
B=21.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132181190.0200.450.1563.0357.2366.08
HexD5DA77202DF3f3942
Octal3253321672055177771102
Binary1101010111011010111011110010110111111111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DA77; }

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

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

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

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

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

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

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

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