Shades of Straw #DDBE81
Tints of Straw #DDBE81
RGB
CMYK
RGB Variations
Color information
#DDBE81 (or 0xDDBE81) is known color: Straw. HEX triplet: DD, BE and 81. RGB value is (221,190,129). Sum of RGB (Red+Green+Blue) = 221+190+129=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 129 (50.78% from 255 or 23.89% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE81 is #22417E. Grayscale: #C0C0C0. Windows color (decimal): -2244991 or 8503005. OLE color: 8503005.
HSL color Cylindrical-coordinate representation of color #DDBE81: hue angle of 39.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDBE81 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 129 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.13 |
| HSL | 39.78º | 0.58% | 0.69% | - |
| HSV(B) | 39.78º | 0.42% | 0.87% | - |
| XYZ | 52.19 | 53.78 | 28.4 | - |
| YUV | 192.32 | 92.27 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 129 | 0 | 0.14 | 0.42 | 0.13 | 39.78 | 0.58 | 0.69 |
| Hex | DD | BE | 81 | 0 | E | 2A | D | 28 | 3A | 45 |
| Octal | 335 | 276 | 201 | 0 | 16 | 52 | 15 | 50 | 72 | 105 |
| Binary | 11011101 | 10111110 | 10000001 | 0 | 1110 | 101010 | 1101 | 101000 | 111010 | 1000101 |
Color Harmonies of #DDBE81
Complementary color
Monochromatic Colors of #DDBE81
Black with #DDBE81
Text Example
Text Example
White with #DDBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE81; }
p { color: rgb(221,190,129); }
H1.HeaderClassName
{
color: #DDBE81;
}
.AnyTagClassName
{
color: #DDBE81;
}
</style>
background-color css
<style>
a { background-color: #DDBE81; }
a { background-color: rgb(221,190,129); }
div.DivClassName
{
background-color: #DDBE81;
}
.BgClassName
{
background-color: #DDBE81;
}
</style>
border-color css
<style>
span { border-color: #DDBE81; }
span { border-color: rgb(221,190,129); }
td.TdClassName
{
border-color: #DDBE81;
}
.TagClassName
{
border-color: #DDBE81;
}
</style>