Shades of Straw #DDB97B
Tints of Straw #DDB97B
RGB
CMYK
RGB Variations
Color information
#DDB97B (or 0xDDB97B) is known color: Straw. HEX triplet: DD, B9 and 7B. RGB value is (221,185,123). Sum of RGB (Red+Green+Blue) = 221+185+123=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB97B is #224684. Grayscale: #BCBCBC. Windows color (decimal): -2246277 or 8108509. OLE color: 8108509.
HSL color Cylindrical-coordinate representation of color #DDB97B: hue angle of 37.96º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDB97B is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 123 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.13 |
| HSL | 37.96º | 0.59% | 0.67% | - |
| HSV(B) | 37.96º | 0.44% | 0.87% | - |
| XYZ | 50.74 | 51.5 | 26 | - |
| YUV | 188.7 | 90.93 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 123 | 0 | 0.16 | 0.44 | 0.13 | 37.96 | 0.59 | 0.67 |
| Hex | DD | B9 | 7B | 0 | 10 | 2C | D | 26 | 3B | 43 |
| Octal | 335 | 271 | 173 | 0 | 20 | 54 | 15 | 46 | 73 | 103 |
| Binary | 11011101 | 10111001 | 1111011 | 0 | 10000 | 101100 | 1101 | 100110 | 111011 | 1000011 |
Color Harmonies of #DDB97B
Complementary color
Monochromatic Colors of #DDB97B
Black with #DDB97B
Text Example
Text Example
White with #DDB97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB97B; }
p { color: rgb(221,185,123); }
H1.HeaderClassName
{
color: #DDB97B;
}
.AnyTagClassName
{
color: #DDB97B;
}
</style>
background-color css
<style>
a { background-color: #DDB97B; }
a { background-color: rgb(221,185,123); }
div.DivClassName
{
background-color: #DDB97B;
}
.BgClassName
{
background-color: #DDB97B;
}
</style>
border-color css
<style>
span { border-color: #DDB97B; }
span { border-color: rgb(221,185,123); }
td.TdClassName
{
border-color: #DDB97B;
}
.TagClassName
{
border-color: #DDB97B;
}
</style>