#D8D77D

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

Shades of Goldenrod #D8D77D

Tints of Goldenrod #D8D77D

Color information

#D8D77D (or 0xD8D77D) is unknown color: approx Goldenrod. HEX triplet: D8, D7 and 7D. RGB value is (216,215,125). Sum of RGB (Red+Green+Blue) = 216+215+125=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D77D is #272882. Grayscale: #CDCDCD. Windows color (decimal): -2566275 or 8247256. OLE color: 8247256.

HSL color Cylindrical-coordinate representation of color #D8D77D: hue angle of 59.34º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8D77D is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB216215125-
CMYK00.000.420.15
HSL59.34º53.85%66.86%-
HSV(B)59.34º42.13%84.71%-
XYZ56.3264.6828.92-
YUV205.0482.83135.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 215 (84.38% from 255) = 38.67%
BLUE value IS 125 (49.22% from 255) = 22.48%
R=38.85%
G=38.67%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621512500.000.420.1559.3453.8566.86
HexD8D77D002AF3b3643
Octal3303271750052177366103
Binary110110001101011111111010010101011111110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D77D; }

 p { color: rgb(216,215,125); }

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

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

 a { background-color: rgb(216,215,125); }

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

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

 span { border-color: rgb(216,215,125); }

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