#DEC55C

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

Shades of Tacha #DEC55C

Tints of Tacha #DEC55C

Color information

#DEC55C (or 0xDEC55C) is unknown color: approx Tacha. HEX triplet: DE, C5 and 5C. RGB value is (222,197,92). Sum of RGB (Red+Green+Blue) = 222+197+92=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC55C is #213AA3. Grayscale: #C0C0C0. Windows color (decimal): -2177700 or 6079966. OLE color: 6079966.

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

Color convert

RGB22219792-
CMYK00.110.590.13
HSL48.46º66.33%61.57%-
HSV(B)48.46º58.56%87.06%-
XYZ52.0256.2318.24-
YUV192.571.28149.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.44%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 92 (36.33% from 255) = 18.00%
R=43.44%
G=38.55%
B=18.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221979200.110.590.1348.4666.3361.57
HexDEC55C0B3BD30423e
Octal33630513401373156010276
Binary110111101100010110111000101111101111011100001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC55C; }

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

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

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

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

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

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

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

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