#dec158

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

Shades of Tacha #DEC158

Tints of Tacha #DEC158

Color information

#DEC158 (or 0xDEC158) is unknown color: approx Tacha. HEX triplet: DE, C1 and 58. RGB value is (222,193,88). Sum of RGB (Red+Green+Blue) = 222+193+88=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC158 is #213EA7. Grayscale: #BEBEBE. Windows color (decimal): -2178728 or 5816798. OLE color: 5816798.

HSL color Cylindrical-coordinate representation of color #DEC158: hue angle of 47.01º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEC158 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22219388-
CMYK00.130.600.13
HSL47.01º67%60.78%-
HSV(B)47.01º60.36%87.06%-
XYZ50.9654.3717.04-
YUV189.770.61151.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 88 (34.77% from 255) = 17.50%
R=44.14%
G=38.37%
B=17.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221938800.130.600.1347.016760.78
HexDEC1580D3CD2f433d
Octal33630113001574155710375
Binary110111101100000110110000110111110011011011111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dec158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dec158; }

 p { color: rgb(222,193,88); }

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

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

 a { background-color: rgb(222,193,88); }

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

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

 span { border-color: rgb(222,193,88); }

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