#DEBF56

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

Shades of Tacha #DEBF56

Tints of Tacha #DEBF56

Color information

#DEBF56 (or 0xDEBF56) is unknown color: approx Tacha. HEX triplet: DE, BF and 56. RGB value is (222,191,86). Sum of RGB (Red+Green+Blue) = 222+191+86=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 86 (33.98% from 255 or 17.23% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBF56 is #2140A9. Grayscale: #BCBCBC. Windows color (decimal): -2179242 or 5685214. OLE color: 5685214.

HSL color Cylindrical-coordinate representation of color #DEBF56: hue angle of 46.32º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEBF56 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB22219186-
CMYK00.140.610.13
HSL46.32º67.33%60.39%-
HSV(B)46.32º61.26%87.06%-
XYZ50.4353.4616.47-
YUV188.370.27152.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 191 (75% from 255) = 38.28%
BLUE value IS 86 (33.98% from 255) = 17.23%
R=44.49%
G=38.28%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221918600.140.610.1346.3267.3360.39
HexDEBF560E3DD2e433c
Octal33627712601675155610374
Binary110111101011111110101100111011110111011011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBF56; }

 p { color: rgb(222,191,86); }

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

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

 a { background-color: rgb(222,191,86); }

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

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

 span { border-color: rgb(222,191,86); }

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