#D3CC6E

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

Shades of Goldenrod #D3CC6E

Tints of Goldenrod #D3CC6E

Color information

#D3CC6E (or 0xD3CC6E) is unknown color: approx Goldenrod. HEX triplet: D3, CC and 6E. RGB value is (211,204,110). Sum of RGB (Red+Green+Blue) = 211+204+110=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 110 (43.36% from 255 or 20.95% from 525); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC6E is #2C3391. Grayscale: #C3C3C3. Windows color (decimal): -2896786 or 7261395. OLE color: 7261395.

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

Color convert

RGB211204110-
CMYK00.030.480.17
HSL55.84º53.44%62.94%-
HSV(B)55.84º47.87%82.75%-
XYZ51.2758.1623.28-
YUV195.3879.82139.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.19%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 110 (43.36% from 255) = 20.95%
R=40.19%
G=38.86%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120411000.030.480.1755.8453.4462.94
HexD3CC6E03301138353f
Octal323314156036021706577
Binary1101001111001100110111001111000010001111000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CC6E; }

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

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

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

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

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

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

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

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