#D6C55C

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

Shades of Tacha #D6C55C

Tints of Tacha #D6C55C

Color information

#D6C55C (or 0xD6C55C) is unknown color: approx Tacha. HEX triplet: D6, C5 and 5C. RGB value is (214,197,92). Sum of RGB (Red+Green+Blue) = 214+197+92=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 92 (36.33% from 255 or 18.29% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C55C is #293AA3. Grayscale: #BEBEBE. Windows color (decimal): -2701988 or 6079958. OLE color: 6079958.

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

Color convert

RGB21419792-
CMYK00.080.570.16
HSL51.64º59.8%60%-
HSV(B)51.64º57.01%83.92%-
XYZ49.635518.13-
YUV190.1172.63145.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 92 (36.33% from 255) = 18.29%
R=42.54%
G=39.17%
B=18.29%

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
Decimal2141979200.080.570.1651.6459.860
HexD6C55C083910343c3c
Octal3263051340107120647474
Binary110101101100010110111000100011100110000110100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C55C; }

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

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

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

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

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

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

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

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