#DEBB77

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

Shades of Straw #DEBB77

Tints of Straw #DEBB77

Color information

#DEBB77 (or 0xDEBB77) is unknown color: approx Straw. HEX triplet: DE, BB and 77. RGB value is (222,187,119). Sum of RGB (Red+Green+Blue) = 222+187+119=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB77 is #214488. Grayscale: #BEBEBE. Windows color (decimal): -2180233 or 7846878. OLE color: 7846878.

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

Color convert

RGB222187119-
CMYK00.160.460.13
HSL39.61º60.95%66.86%-
HSV(B)39.61º46.4%87.06%-
XYZ51.2252.424.87-
YUV189.7188.1151.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.05%
GREEN value IS 187 (73.44% from 255) = 35.42%
BLUE value IS 119 (46.88% from 255) = 22.54%
R=42.05%
G=35.42%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218711900.160.460.1339.6160.9566.86
HexDEBB770102ED283d43
Octal33627316702056155075103
Binary1101111010111011111011101000010111011011010001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB77; }

 p { color: rgb(222,187,119); }

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

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

 a { background-color: rgb(222,187,119); }

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

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

 span { border-color: rgb(222,187,119); }

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