#D3CC71

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

Shades of Goldenrod #D3CC71

Tints of Goldenrod #D3CC71

Color information

#D3CC71 (or 0xD3CC71) is unknown color: approx Goldenrod. HEX triplet: D3, CC and 71. RGB value is (211,204,113). Sum of RGB (Red+Green+Blue) = 211+204+113=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC71 is #2C338E. Grayscale: #C4C4C4. Windows color (decimal): -2896783 or 7458003. OLE color: 7458003.

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

Color convert

RGB211204113-
CMYK00.030.460.17
HSL55.71º52.69%63.53%-
HSV(B)55.71º46.45%82.75%-
XYZ51.4458.2324.15-
YUV195.7281.32138.9-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.96%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 113 (44.53% from 255) = 21.40%
R=39.96%
G=38.64%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120411300.030.460.1755.7152.6963.53
HexD3CC71032E11383540
Octal3233141610356217065100
Binary11010011110011001110001011101110100011110001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CC71; }

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

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

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

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

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

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

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

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