#D3CC60

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

Shades of Tacha #D3CC60

Tints of Tacha #D3CC60

Color information

#D3CC60 (or 0xD3CC60) is unknown color: approx Tacha. HEX triplet: D3, CC and 60. RGB value is (211,204,96). Sum of RGB (Red+Green+Blue) = 211+204+96=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CC60 is #2C339F. Grayscale: #C2C2C2. Windows color (decimal): -2896800 or 6343891. OLE color: 6343891.

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

Color convert

RGB21120496-
CMYK00.030.550.17
HSL56.35º56.65%60.2%-
HSV(B)56.35º54.5%82.75%-
XYZ50.5757.8819.57-
YUV193.7872.82140.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.29%
GREEN value IS 204 (80.08% from 255) = 39.92%
BLUE value IS 96 (37.89% from 255) = 18.79%
R=41.29%
G=39.92%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112049600.030.550.1756.3556.6560.2
HexD3CC6003371138393c
Octal323314140036721707174
Binary1101001111001100110000001111011110001111000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CC60; }

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

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

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

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

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

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

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

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