#D7D872

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

Shades of Goldenrod #D7D872

Tints of Goldenrod #D7D872

Color information

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

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

Color convert

RGB215216114-
CMYK0.0000.470.15
HSL60.59º56.67%64.71%-
HSV(B)60.59º47.22%84.71%-
XYZ55.6264.7725.49-
YUV204.0777.17135.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152161140.0000.470.1560.5956.6764.71
HexD7D872002FF3d3941
Octal3273301620057177571101
Binary110101111101100011100100010111111111111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D872; }

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

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

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

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

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

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

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

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