Shades of Straw #DDBD84
Tints of Straw #DDBD84
RGB
CMYK
RGB Variations
Color information
#DDBD84 (or 0xDDBD84) is known color: Straw. HEX triplet: DD, BD and 84. RGB value is (221,189,132). Sum of RGB (Red+Green+Blue) = 221+189+132=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 132 (51.95% from 255 or 24.35% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD84 is #22427B. Grayscale: #C0C0C0. Windows color (decimal): -2245244 or 8699357. OLE color: 8699357.
HSL color Cylindrical-coordinate representation of color #DDBD84: hue angle of 38.43º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDBD84 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 132 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.13 |
| HSL | 38.43º | 0.57% | 0.69% | - |
| HSV(B) | 38.43º | 0.4% | 0.87% | - |
| XYZ | 52.18 | 53.43 | 29.39 | - |
| YUV | 192.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 132 | 0 | 0.14 | 0.40 | 0.13 | 38.43 | 0.57 | 0.69 |
| Hex | DD | BD | 84 | 0 | E | 28 | D | 26 | 39 | 45 |
| Octal | 335 | 275 | 204 | 0 | 16 | 50 | 15 | 46 | 71 | 105 |
| Binary | 11011101 | 10111101 | 10000100 | 0 | 1110 | 101000 | 1101 | 100110 | 111001 | 1000101 |
Color Harmonies of #DDBD84
Complementary color
Monochromatic Colors of #DDBD84
Black with #DDBD84
Text Example
Text Example
White with #DDBD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD84; }
p { color: rgb(221,189,132); }
H1.HeaderClassName
{
color: #DDBD84;
}
.AnyTagClassName
{
color: #DDBD84;
}
</style>
background-color css
<style>
a { background-color: #DDBD84; }
a { background-color: rgb(221,189,132); }
div.DivClassName
{
background-color: #DDBD84;
}
.BgClassName
{
background-color: #DDBD84;
}
</style>
border-color css
<style>
span { border-color: #DDBD84; }
span { border-color: rgb(221,189,132); }
td.TdClassName
{
border-color: #DDBD84;
}
.TagClassName
{
border-color: #DDBD84;
}
</style>