#D9CA5C

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

Shades of Tacha #D9CA5C

Tints of Tacha #D9CA5C

Color information

#D9CA5C (or 0xD9CA5C) is unknown color: approx Tacha. HEX triplet: D9, CA and 5C. RGB value is (217,202,92). Sum of RGB (Red+Green+Blue) = 217+202+92=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CA5C is #2635A3. Grayscale: #C2C2C2. Windows color (decimal): -2504100 or 6081241. OLE color: 6081241.

HSL color Cylindrical-coordinate representation of color #D9CA5C: hue angle of 52.8º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9CA5C is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB21720292-
CMYK00.070.580.15
HSL52.8º62.19%60.59%-
HSV(B)52.8º57.6%85.1%-
XYZ51.6757.7718.55-
YUV193.9470.47144.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.47%
GREEN value IS 202 (79.30% from 255) = 39.53%
BLUE value IS 92 (36.33% from 255) = 18.00%
R=42.47%
G=39.53%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172029200.070.580.1552.862.1960.59
HexD9CA5C073AF353e3d
Octal331312134077217657675
Binary1101100111001010101110001111110101111110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA5C; }

 p { color: rgb(217,202,92); }

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

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

 a { background-color: rgb(217,202,92); }

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

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

 span { border-color: rgb(217,202,92); }

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