#DEBE5C

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

Shades of Tacha #DEBE5C

Tints of Tacha #DEBE5C

Color information

#DEBE5C (or 0xDEBE5C) is unknown color: approx Tacha. HEX triplet: DE, BE and 5C. RGB value is (222,190,92). Sum of RGB (Red+Green+Blue) = 222+190+92=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE5C is #2141A3. Grayscale: #BCBCBC. Windows color (decimal): -2179492 or 6078174. OLE color: 6078174.

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

Color convert

RGB22219092-
CMYK00.140.590.13
HSL45.23º66.33%61.57%-
HSV(B)45.23º58.56%87.06%-
XYZ50.4753.1317.72-
YUV188.473.6151.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 190 (74.61% from 255) = 37.70%
BLUE value IS 92 (36.33% from 255) = 18.25%
R=44.05%
G=37.70%
B=18.25%

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
Decimal2221909200.140.590.1345.2366.3361.57
HexDEBE5C0E3BD2d423e
Octal33627613401673155510276
Binary110111101011111010111000111011101111011011011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBE5C; }

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

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

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

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

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

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

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

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