#DEBB7B

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

Shades of Straw #DEBB7B

Tints of Straw #DEBB7B

Color information

#DEBB7B (or 0xDEBB7B) is unknown color: approx Straw. HEX triplet: DE, BB and 7B. RGB value is (222,187,123). Sum of RGB (Red+Green+Blue) = 222+187+123=532 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.73% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 123 (48.44% from 255 or 23.12% from 532); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB7B is #214484. Grayscale: #BEBEBE. Windows color (decimal): -2180229 or 8109022. OLE color: 8109022.

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

Color convert

RGB222187123-
CMYK00.160.450.13
HSL38.79º60%67.65%-
HSV(B)38.79º44.59%87.06%-
XYZ51.4752.526.16-
YUV190.1790.1150.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.73%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 123 (48.44% from 255) = 23.12%
R=41.73%
G=35.15%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22218712300.160.450.1338.796067.65
HexDEBB7B0102DD273c44
Octal33627317302055154774104
Binary1101111010111011111101101000010110111011001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB7B; }

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

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

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

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

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

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

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

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