#D4CC60

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

Shades of Tacha #D4CC60

Tints of Tacha #D4CC60

Color information

#D4CC60 (or 0xD4CC60) is unknown color: approx Tacha. HEX triplet: D4, CC and 60. RGB value is (212,204,96). Sum of RGB (Red+Green+Blue) = 212+204+96=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CC60 is #2B339F. Grayscale: #C2C2C2. Windows color (decimal): -2831264 or 6343892. OLE color: 6343892.

HSL color Cylindrical-coordinate representation of color #D4CC60: hue angle of 55.86º 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 #D4CC60 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21220496-
CMYK00.040.550.17
HSL55.86º57.43%60.39%-
HSV(B)55.86º54.72%83.14%-
XYZ50.8658.0319.59-
YUV194.0872.65140.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=41.41%
G=39.84%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122049600.040.550.1755.8657.4360.39
HexD4CC6004371138393c
Octal324314140046721707174
Binary11010100110011001100000010011011110001111000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CC60; }

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

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

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

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

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

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

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

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