#D6CA5C

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

Shades of Tacha #D6CA5C

Tints of Tacha #D6CA5C

Color information

#D6CA5C (or 0xD6CA5C) is unknown color: approx Tacha. HEX triplet: D6, CA and 5C. RGB value is (214,202,92). Sum of RGB (Red+Green+Blue) = 214+202+92=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 202 (79.30% from 255 or 39.76% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA5C is #2935A3. Grayscale: #C1C1C1. Windows color (decimal): -2700708 or 6081238. OLE color: 6081238.

HSL color Cylindrical-coordinate representation of color #D6CA5C: hue angle of 54.1º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6CA5C is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21420292-
CMYK00.060.570.16
HSL54.1º59.8%60%-
HSV(B)54.1º57.01%83.92%-
XYZ50.7857.3118.51-
YUV193.0570.98142.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.13%
GREEN value IS 202 (79.30% from 255) = 39.76%
BLUE value IS 92 (36.33% from 255) = 18.11%
R=42.13%
G=39.76%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142029200.060.570.1654.159.860
HexD6CA5C063910363c3c
Octal326312134067120667474
Binary11010110110010101011100011011100110000110110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CA5C; }

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

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

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

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

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

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

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

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