#D3CC73

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

Shades of Goldenrod #D3CC73

Tints of Goldenrod #D3CC73

Color information

#D3CC73 (or 0xD3CC73) is unknown color: approx Goldenrod. HEX triplet: D3, CC and 73. RGB value is (211,204,115). Sum of RGB (Red+Green+Blue) = 211+204+115=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC73 is #2C338C. Grayscale: #C4C4C4. Windows color (decimal): -2896781 or 7589075. OLE color: 7589075.

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

Color convert

RGB211204115-
CMYK00.030.450.17
HSL55.62º52.17%63.92%-
HSV(B)55.62º45.5%82.75%-
XYZ51.5558.2724.75-
YUV195.9582.32138.74-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 204 (80.08% from 255) = 38.49%
BLUE value IS 115 (45.31% from 255) = 21.70%
R=39.81%
G=38.49%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120411500.030.450.1755.6252.1763.92
HexD3CC73032D11383440
Octal3233141630355217064100
Binary11010011110011001110011011101101100011110001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CC73; }

 p { color: rgb(211,204,115); }

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

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

 a { background-color: rgb(211,204,115); }

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

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

 span { border-color: rgb(211,204,115); }

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