#D2CC5F

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

Shades of Tacha #D2CC5F

Tints of Tacha #D2CC5F

Color information

#D2CC5F (or 0xD2CC5F) is unknown color: approx Tacha. HEX triplet: D2, CC and 5F. RGB value is (210,204,95). Sum of RGB (Red+Green+Blue) = 210+204+95=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC5F is #2D33A0. Grayscale: #C1C1C1. Windows color (decimal): -2962337 or 6278354. OLE color: 6278354.

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

Color convert

RGB21020495-
CMYK00.030.550.18
HSL56.87º56.1%59.8%-
HSV(B)56.87º54.76%82.35%-
XYZ50.2457.7119.32-
YUV193.3772.49139.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.26%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 95 (37.5% from 255) = 18.66%
R=41.26%
G=40.08%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102049500.030.550.1856.8756.159.8
HexD2CC5F03371239383c
Octal322314137036722717074
Binary1101001011001100101111101111011110010111001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC5F; }

 p { color: rgb(210,204,95); }

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

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

 a { background-color: rgb(210,204,95); }

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

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

 span { border-color: rgb(210,204,95); }

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