#D6C45C

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

Shades of Tacha #D6C45C

Tints of Tacha #D6C45C

Color information

#D6C45C (or 0xD6C45C) is unknown color: approx Tacha. HEX triplet: D6, C4 and 5C. RGB value is (214,196,92). Sum of RGB (Red+Green+Blue) = 214+196+92=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C45C is #293BA3. Grayscale: #BDBDBD. Windows color (decimal): -2702244 or 6079702. OLE color: 6079702.

HSL color Cylindrical-coordinate representation of color #D6C45C: hue angle of 51.15º 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 #D6C45C is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21419692-
CMYK00.080.570.16
HSL51.15º59.8%60%-
HSV(B)51.15º57.01%83.92%-
XYZ49.454.5518.05-
YUV189.5372.96145.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.63%
GREEN value IS 196 (76.95% from 255) = 39.04%
BLUE value IS 92 (36.33% from 255) = 18.33%
R=42.63%
G=39.04%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141969200.080.570.1651.1559.860
HexD6C45C083910333c3c
Octal3263041340107120637474
Binary110101101100010010111000100011100110000110011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C45C; }

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

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

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

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

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

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

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

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