Shades of Straw #DDBD85
Tints of Straw #DDBD85
RGB
CMYK
RGB Variations
Color information
#DDBD85 (or 0xDDBD85) is known color: Straw. HEX triplet: DD, BD and 85. RGB value is (221,189,133). Sum of RGB (Red+Green+Blue) = 221+189+133=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD85 is #22427A. Grayscale: #C0C0C0. Windows color (decimal): -2245243 or 8764893. OLE color: 8764893.
HSL color Cylindrical-coordinate representation of color #DDBD85: hue angle of 38.18º degrees, saturation: 0.56, 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 #DDBD85 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 133 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.13 |
| HSL | 38.18º | 0.56% | 0.69% | - |
| HSV(B) | 38.18º | 0.4% | 0.87% | - |
| XYZ | 52.25 | 53.46 | 29.76 | - |
| YUV | 192.18 | 94.6 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 133 | 0 | 0.14 | 0.40 | 0.13 | 38.18 | 0.56 | 0.69 |
| Hex | DD | BD | 85 | 0 | E | 28 | D | 26 | 38 | 45 |
| Octal | 335 | 275 | 205 | 0 | 16 | 50 | 15 | 46 | 70 | 105 |
| Binary | 11011101 | 10111101 | 10000101 | 0 | 1110 | 101000 | 1101 | 100110 | 111000 | 1000101 |
Color Harmonies of #DDBD85
Complementary color
Monochromatic Colors of #DDBD85
Black with #DDBD85
Text Example
Text Example
White with #DDBD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD85; }
p { color: rgb(221,189,133); }
H1.HeaderClassName
{
color: #DDBD85;
}
.AnyTagClassName
{
color: #DDBD85;
}
</style>
background-color css
<style>
a { background-color: #DDBD85; }
a { background-color: rgb(221,189,133); }
div.DivClassName
{
background-color: #DDBD85;
}
.BgClassName
{
background-color: #DDBD85;
}
</style>
border-color css
<style>
span { border-color: #DDBD85; }
span { border-color: rgb(221,189,133); }
td.TdClassName
{
border-color: #DDBD85;
}
.TagClassName
{
border-color: #DDBD85;
}
</style>