#D3D576

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

Shades of Goldenrod #D3D576

Tints of Goldenrod #D3D576

Color information

#D3D576 (or 0xD3D576) is unknown color: approx Goldenrod. HEX triplet: D3, D5 and 76. RGB value is (211,213,118). Sum of RGB (Red+Green+Blue) = 211+213+118=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3D576 is #2C2A89. Grayscale: #C9C9C9. Windows color (decimal): -2894474 or 7787987. OLE color: 7787987.

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

Color convert

RGB211213118-
CMYK0.0100.450.16
HSL61.26º53.07%64.9%-
HSV(B)61.26º44.6%83.53%-
XYZ53.9362.7526.41-
YUV201.5780.84134.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.93%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 118 (46.48% from 255) = 21.77%
R=38.93%
G=39.30%
B=21.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112131180.0100.450.1661.2653.0764.9
HexD3D576102D103d3541
Octal3233251661055207565101
Binary1101001111010101111011010101101100001111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D576; }

 p { color: rgb(211,213,118); }

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

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

 a { background-color: rgb(211,213,118); }

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

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

 span { border-color: rgb(211,213,118); }

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