#D3D072

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

Shades of Goldenrod #D3D072

Tints of Goldenrod #D3D072

Color information

#D3D072 (or 0xD3D072) is unknown color: approx Goldenrod. HEX triplet: D3, D0 and 72. RGB value is (211,208,114). Sum of RGB (Red+Green+Blue) = 211+208+114=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D072 is #2C2F8D. Grayscale: #C6C6C6. Windows color (decimal): -2895758 or 7524563. OLE color: 7524563.

HSL color Cylindrical-coordinate representation of color #D3D072: hue angle of 58.14º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3D072 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB211208114-
CMYK00.010.460.17
HSL58.14º52.43%63.73%-
HSV(B)58.14º45.97%82.75%-
XYZ52.4660.1824.77-
YUV198.1880.49137.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.59%
GREEN value IS 208 (81.64% from 255) = 39.02%
BLUE value IS 114 (44.92% from 255) = 21.39%
R=39.59%
G=39.02%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120811400.010.460.1758.1452.4363.73
HexD3D072012E113a3440
Octal3233201620156217264100
Binary1101001111010000111001001101110100011110101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D072; }

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

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

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

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

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

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

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

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