#D6D477

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

Shades of Goldenrod #D6D477

Tints of Goldenrod #D6D477

Color information

#D6D477 (or 0xD6D477) is unknown color: approx Goldenrod. HEX triplet: D6, D4 and 77. RGB value is (214,212,119). Sum of RGB (Red+Green+Blue) = 214+212+119=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D477 is #292B88. Grayscale: #CACACA. Windows color (decimal): -2698121 or 7853270. OLE color: 7853270.

HSL color Cylindrical-coordinate representation of color #D6D477: hue angle of 58.74º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6D477 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB214212119-
CMYK00.010.440.16
HSL58.74º53.67%65.29%-
HSV(B)58.74º44.39%83.92%-
XYZ54.662.7226.68-
YUV20281.16136.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 212 (83.20% from 255) = 38.90%
BLUE value IS 119 (46.88% from 255) = 21.83%
R=39.27%
G=38.90%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421211900.010.440.1658.7453.6765.29
HexD6D477012C103b3641
Octal3263241670154207366101
Binary1101011011010100111011101101100100001110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D477; }

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

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

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

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

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

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

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

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