#DEC05C

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

Shades of Tacha #DEC05C

Tints of Tacha #DEC05C

Color information

#DEC05C (or 0xDEC05C) is unknown color: approx Tacha. HEX triplet: DE, C0 and 5C. RGB value is (222,192,92). Sum of RGB (Red+Green+Blue) = 222+192+92=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC05C is #213FA3. Grayscale: #BEBEBE. Windows color (decimal): -2178980 or 6078686. OLE color: 6078686.

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

Color convert

RGB22219292-
CMYK00.140.590.13
HSL46.15º66.33%61.57%-
HSV(B)46.15º58.56%87.06%-
XYZ50.915417.87-
YUV189.5772.94151.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 192 (75.39% from 255) = 37.94%
BLUE value IS 92 (36.33% from 255) = 18.18%
R=43.87%
G=37.94%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221929200.140.590.1346.1566.3361.57
HexDEC05C0E3BD2e423e
Octal33630013401673155610276
Binary110111101100000010111000111011101111011011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC05C; }

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

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

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

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

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

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

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

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