#DEC157

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

Shades of Tacha #DEC157

Tints of Tacha #DEC157

Color information

#DEC157 (or 0xDEC157) is unknown color: approx Tacha. HEX triplet: DE, C1 and 57. RGB value is (222,193,87). Sum of RGB (Red+Green+Blue) = 222+193+87=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 193 (75.78% from 255 or 38.45% from 502); Blue value is 87 (34.38% from 255 or 17.33% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC157 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC157 is #213EA8. Grayscale: #BEBEBE. Windows color (decimal): -2178729 or 5751262. OLE color: 5751262.

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

Color convert

RGB22219387-
CMYK00.130.610.13
HSL47.11º67.16%60.59%-
HSV(B)47.11º60.81%87.06%-
XYZ50.9154.3616.83-
YUV189.5970.11151.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 193 (75.78% from 255) = 38.45%
BLUE value IS 87 (34.38% from 255) = 17.33%
R=44.22%
G=38.45%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221938700.130.610.1347.1167.1660.59
HexDEC1570D3DD2f433d
Octal33630112701575155710375
Binary110111101100000110101110110111110111011011111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC157; }

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

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

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

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

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

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

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

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