#DEC057

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

Shades of Tacha #DEC057

Tints of Tacha #DEC057

Color information

#DEC057 (or 0xDEC057) is unknown color: approx Tacha. HEX triplet: DE, C0 and 57. RGB value is (222,192,87). Sum of RGB (Red+Green+Blue) = 222+192+87=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC057 is #213FA8. Grayscale: #BDBDBD. Windows color (decimal): -2178985 or 5751006. OLE color: 5751006.

HSL color Cylindrical-coordinate representation of color #DEC057: hue angle of 46.67º 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 #DEC057 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22219287-
CMYK00.140.610.13
HSL46.67º67.16%60.59%-
HSV(B)46.67º60.81%87.06%-
XYZ50.6953.9216.75-
YUV18970.44151.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 87 (34.38% from 255) = 17.37%
R=44.31%
G=38.32%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221928700.140.610.1346.6767.1660.59
HexDEC0570E3DD2f433d
Octal33630012701675155710375
Binary110111101100000010101110111011110111011011111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC057; }

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

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

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

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

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

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

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

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