#DDBB80

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

Shades of Straw #DDBB80

Tints of Straw #DDBB80

Color information

#DDBB80 (or 0xDDBB80) is unknown color: approx Straw. HEX triplet: DD, BB and 80. RGB value is (221,187,128). Sum of RGB (Red+Green+Blue) = 221+187+128=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB80 is #22447F. Grayscale: #BEBEBE. Windows color (decimal): -2245760 or 8436701. OLE color: 8436701.

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

Color convert

RGB221187128-
CMYK00.150.420.13
HSL38.06º57.76%68.43%-
HSV(B)38.06º42.08%86.67%-
XYZ51.4952.4727.84-
YUV190.4492.76149.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=41.23%
G=34.89%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118712800.150.420.1338.0657.7668.43
HexDDBB800F2AD263a44
Octal33527320001752154672104
Binary1101110110111011100000000111110101011011001101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBB80; }

 p { color: rgb(221,187,128); }

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

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

 a { background-color: rgb(221,187,128); }

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

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

 span { border-color: rgb(221,187,128); }

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