#D3D172

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

Shades of Goldenrod #D3D172

Tints of Goldenrod #D3D172

Color information

#D3D172 (or 0xD3D172) is unknown color: approx Goldenrod. HEX triplet: D3, D1 and 72. RGB value is (211,209,114). Sum of RGB (Red+Green+Blue) = 211+209+114=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D3D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D172 is #2C2E8D. Grayscale: #C7C7C7. Windows color (decimal): -2895502 or 7524819. OLE color: 7524819.

HSL color Cylindrical-coordinate representation of color #D3D172: hue angle of 58.76º 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 #D3D172 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB211209114-
CMYK00.010.460.17
HSL58.76º52.43%63.73%-
HSV(B)58.76º45.97%82.75%-
XYZ52.760.6624.85-
YUV198.7780.16136.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.51%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=39.51%
G=39.14%
B=21.35%

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
Decimal21120911400.010.460.1758.7652.4363.73
HexD3D172012E113b3440
Octal3233211620156217364100
Binary1101001111010001111001001101110100011110111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D172; }

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

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

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

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

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

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

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

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