#dec25c

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

Shades of Tacha #DEC25C

Tints of Tacha #DEC25C

Color information

#DEC25C (or 0xDEC25C) is unknown color: approx Tacha. HEX triplet: DE, C2 and 5C. RGB value is (222,194,92). Sum of RGB (Red+Green+Blue) = 222+194+92=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC25C is #213DA3. Grayscale: #BFBFBF. Windows color (decimal): -2178468 or 6079198. OLE color: 6079198.

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

Color convert

RGB22219492-
CMYK00.130.590.13
HSL47.08º66.33%61.57%-
HSV(B)47.08º58.56%87.06%-
XYZ51.3554.8918.01-
YUV190.7472.28150.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 194 (76.17% from 255) = 38.19%
BLUE value IS 92 (36.33% from 255) = 18.11%
R=43.70%
G=38.19%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221949200.130.590.1347.0866.3361.57
HexDEC25C0D3BD2f423e
Octal33630213401573155710276
Binary110111101100001010111000110111101111011011111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dec25c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dec25c; }

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

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

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

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

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

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

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

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