#DEC75D

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

Shades of Tacha #DEC75D

Tints of Tacha #DEC75D

Color information

#DEC75D (or 0xDEC75D) is unknown color: approx Tacha. HEX triplet: DE, C7 and 5D. RGB value is (222,199,93). Sum of RGB (Red+Green+Blue) = 222+199+93=514 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.19% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC75D is #2138A2. Grayscale: #C2C2C2. Windows color (decimal): -2177187 or 6146014. OLE color: 6146014.

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

Color convert

RGB22219993-
CMYK00.100.580.13
HSL49.3º66.15%61.76%-
HSV(B)49.3º58.11%87.06%-
XYZ52.5257.1718.62-
YUV193.7971.12148.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.19%
GREEN value IS 199 (78.12% from 255) = 38.72%
BLUE value IS 93 (36.72% from 255) = 18.09%
R=43.19%
G=38.72%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221999300.100.580.1349.366.1561.76
HexDEC75D0A3AD31423e
Octal33630713501272156110276
Binary110111101100011110111010101011101011011100011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC75D; }

 p { color: rgb(222,199,93); }

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

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

 a { background-color: rgb(222,199,93); }

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

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

 span { border-color: rgb(222,199,93); }

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