#DDBA80

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

Shades of Straw #DDBA80

Tints of Straw #DDBA80

Color information

#DDBA80 (or 0xDDBA80) is unknown color: approx Straw. HEX triplet: DD, BA and 80. RGB value is (221,186,128). Sum of RGB (Red+Green+Blue) = 221+186+128=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA80 is #22457F. Grayscale: #BEBEBE. Windows color (decimal): -2246016 or 8436445. OLE color: 8436445.

HSL color Cylindrical-coordinate representation of color #DDBA80: hue angle of 37.42º 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 #DDBA80 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221186128-
CMYK00.160.420.13
HSL37.42º57.76%68.43%-
HSV(B)37.42º42.08%86.67%-
XYZ51.2752.0527.77-
YUV189.8593.1150.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=41.31%
G=34.77%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118612800.160.420.1337.4257.7668.43
HexDDBA800102AD253a44
Octal33527220002052154572104
Binary11011101101110101000000001000010101011011001011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA80; }

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

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

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

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

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

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

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

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