#D6DA77

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

Shades of Goldenrod #D6DA77

Tints of Goldenrod #D6DA77

Color information

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

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

Color convert

RGB214218119-
CMYK0.0200.450.15
HSL62.42º57.23%66.08%-
HSV(B)62.42º45.41%85.49%-
XYZ56.1365.7727.19-
YUV205.5279.17134.05-

RGB Variations

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

RGB

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

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
Decimal2142181190.0200.450.1562.4257.2366.08
HexD6DA77202DF3e3942
Octal3263321672055177671102
Binary1101011011011010111011110010110111111111101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DA77; }

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

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

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

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

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

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

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

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