#DEBD60

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

Shades of Tacha #DEBD60

Tints of Tacha #DEBD60

Color information

#DEBD60 (or 0xDEBD60) is unknown color: approx Tacha. HEX triplet: DE, BD and 60. RGB value is (222,189,96). Sum of RGB (Red+Green+Blue) = 222+189+96=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD60 is #21429F. Grayscale: #BCBCBC. Windows color (decimal): -2179744 or 6340062. OLE color: 6340062.

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

Color convert

RGB22218996-
CMYK00.150.570.13
HSL44.29º65.62%62.35%-
HSV(B)44.29º56.76%87.06%-
XYZ50.4352.7718.59-
YUV188.2675.93152.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 189 (74.22% from 255) = 37.28%
BLUE value IS 96 (37.89% from 255) = 18.93%
R=43.79%
G=37.28%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221899600.150.570.1344.2965.6262.35
HexDEBD600F39D2c423e
Octal33627514001771155410276
Binary110111101011110111000000111111100111011011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBD60; }

 p { color: rgb(222,189,96); }

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

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

 a { background-color: rgb(222,189,96); }

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

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

 span { border-color: rgb(222,189,96); }

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