#D7D072

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

Shades of Goldenrod #D7D072

Tints of Goldenrod #D7D072

Color information

#D7D072 (or 0xD7D072) is unknown color: approx Goldenrod. HEX triplet: D7, D0 and 72. RGB value is (215,208,114). Sum of RGB (Red+Green+Blue) = 215+208+114=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D072 is #282F8D. Grayscale: #C7C7C7. Windows color (decimal): -2633614 or 7524567. OLE color: 7524567.

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

Color convert

RGB215208114-
CMYK00.030.470.16
HSL55.84º55.8%64.51%-
HSV(B)55.84º46.98%84.31%-
XYZ53.6260.7724.82-
YUV199.3879.82139.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.04%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 114 (44.92% from 255) = 21.23%
R=40.04%
G=38.73%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520811400.030.470.1655.8455.864.51
HexD7D072032F10383841
Octal3273201620357207070101
Binary11010111110100001110010011101111100001110001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D072; }

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

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

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

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

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

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

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

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