#D8D772

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

Shades of Goldenrod #D8D772

Tints of Goldenrod #D8D772

Color information

#D8D772 (or 0xD8D772) is unknown color: approx Goldenrod. HEX triplet: D8, D7 and 72. RGB value is (216,215,114). Sum of RGB (Red+Green+Blue) = 216+215+114=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D772 is #27288D. Grayscale: #CCCCCC. Windows color (decimal): -2566286 or 7526360. OLE color: 7526360.

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

Color convert

RGB216215114-
CMYK00.000.470.15
HSL59.41º56.67%64.71%-
HSV(B)59.41º47.22%84.71%-
XYZ55.6664.4125.42-
YUV203.7877.33136.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 215 (84.38% from 255) = 39.45%
BLUE value IS 114 (44.92% from 255) = 20.92%
R=39.63%
G=39.45%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621511400.000.470.1559.4156.6764.71
HexD8D772002FF3b3941
Octal3303271620057177371101
Binary110110001101011111100100010111111111110111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D772; }

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

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

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

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

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

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

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

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