#DEBC5C

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

Shades of Tacha #DEBC5C

Tints of Tacha #DEBC5C

Color information

#DEBC5C (or 0xDEBC5C) is unknown color: approx Tacha. HEX triplet: DE, BC and 5C. RGB value is (222,188,92). Sum of RGB (Red+Green+Blue) = 222+188+92=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC5C is #2143A3. Grayscale: #BBBBBB. Windows color (decimal): -2180004 or 6077662. OLE color: 6077662.

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

Color convert

RGB22218892-
CMYK00.150.590.13
HSL44.31º66.33%61.57%-
HSV(B)44.31º58.56%87.06%-
XYZ50.0452.2717.58-
YUV187.2274.26152.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 92 (36.33% from 255) = 18.33%
R=44.22%
G=37.45%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221889200.150.590.1344.3166.3361.57
HexDEBC5C0F3BD2c423e
Octal33627413401773155410276
Binary110111101011110010111000111111101111011011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBC5C; }

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

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

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

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

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

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

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

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