Shades of Straw #DDBE85
Tints of Straw #DDBE85
RGB
CMYK
RGB Variations
Color information
#DDBE85 (or 0xDDBE85) is known color: Straw. HEX triplet: DD, BE and 85. RGB value is (221,190,133). Sum of RGB (Red+Green+Blue) = 221+190+133=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBE85 is #22417A. Grayscale: #C1C1C1. Windows color (decimal): -2244987 or 8765149. OLE color: 8765149.
HSL color Cylindrical-coordinate representation of color #DDBE85: hue angle of 38.86º 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 #DDBE85 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 133 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.13 |
| HSL | 38.86º | 0.56% | 0.69% | - |
| HSV(B) | 38.86º | 0.4% | 0.87% | - |
| XYZ | 52.47 | 53.89 | 29.83 | - |
| YUV | 192.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 133 | 0 | 0.14 | 0.40 | 0.13 | 38.86 | 0.56 | 0.69 |
| Hex | DD | BE | 85 | 0 | E | 28 | D | 27 | 38 | 45 |
| Octal | 335 | 276 | 205 | 0 | 16 | 50 | 15 | 47 | 70 | 105 |
| Binary | 11011101 | 10111110 | 10000101 | 0 | 1110 | 101000 | 1101 | 100111 | 111000 | 1000101 |
Color Harmonies of #DDBE85
Complementary color
Monochromatic Colors of #DDBE85
Black with #DDBE85
Text Example
Text Example
White with #DDBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE85; }
p { color: rgb(221,190,133); }
H1.HeaderClassName
{
color: #DDBE85;
}
.AnyTagClassName
{
color: #DDBE85;
}
</style>
background-color css
<style>
a { background-color: #DDBE85; }
a { background-color: rgb(221,190,133); }
div.DivClassName
{
background-color: #DDBE85;
}
.BgClassName
{
background-color: #DDBE85;
}
</style>
border-color css
<style>
span { border-color: #DDBE85; }
span { border-color: rgb(221,190,133); }
td.TdClassName
{
border-color: #DDBE85;
}
.TagClassName
{
border-color: #DDBE85;
}
</style>