Shades of Straw #DDBC81
Tints of Straw #DDBC81
RGB
CMYK
RGB Variations
Color information
#DDBC81 (or 0xDDBC81) is known color: Straw. HEX triplet: DD, BC and 81. RGB value is (221,188,129). Sum of RGB (Red+Green+Blue) = 221+188+129=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 129 (50.78% from 255 or 23.98% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC81 is #22437E. Grayscale: #BFBFBF. Windows color (decimal): -2245503 or 8502493. OLE color: 8502493.
HSL color Cylindrical-coordinate representation of color #DDBC81: hue angle of 38.48º 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 #DDBC81 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 129 | - |
| CMYK | 0 | 0.15 | 0.42 | 0.13 |
| HSL | 38.48º | 0.58% | 0.69% | - |
| HSV(B) | 38.48º | 0.42% | 0.87% | - |
| XYZ | 51.76 | 52.92 | 28.26 | - |
| YUV | 191.14 | 92.93 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 129 | 0 | 0.15 | 0.42 | 0.13 | 38.48 | 0.58 | 0.69 |
| Hex | DD | BC | 81 | 0 | F | 2A | D | 26 | 3A | 45 |
| Octal | 335 | 274 | 201 | 0 | 17 | 52 | 15 | 46 | 72 | 105 |
| Binary | 11011101 | 10111100 | 10000001 | 0 | 1111 | 101010 | 1101 | 100110 | 111010 | 1000101 |
Color Harmonies of #DDBC81
Complementary color
Monochromatic Colors of #DDBC81
Black with #DDBC81
Text Example
Text Example
White with #DDBC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC81; }
p { color: rgb(221,188,129); }
H1.HeaderClassName
{
color: #DDBC81;
}
.AnyTagClassName
{
color: #DDBC81;
}
</style>
background-color css
<style>
a { background-color: #DDBC81; }
a { background-color: rgb(221,188,129); }
div.DivClassName
{
background-color: #DDBC81;
}
.BgClassName
{
background-color: #DDBC81;
}
</style>
border-color css
<style>
span { border-color: #DDBC81; }
span { border-color: rgb(221,188,129); }
td.TdClassName
{
border-color: #DDBC81;
}
.TagClassName
{
border-color: #DDBC81;
}
</style>