Shades of Straw #DDB97D
Tints of Straw #DDB97D
RGB
CMYK
RGB Variations
Color information
#DDB97D (or 0xDDB97D) is known color: Straw. HEX triplet: DD, B9 and 7D. RGB value is (221,185,125). Sum of RGB (Red+Green+Blue) = 221+185+125=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB97D is #224682. Grayscale: #BDBDBD. Windows color (decimal): -2246275 or 8239581. OLE color: 8239581.
HSL color Cylindrical-coordinate representation of color #DDB97D: hue angle of 37.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDB97D is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 125 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.13 |
| HSL | 37.5º | 0.59% | 0.68% | - |
| HSV(B) | 37.5º | 0.43% | 0.87% | - |
| XYZ | 50.87 | 51.55 | 26.67 | - |
| YUV | 188.92 | 91.93 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 125 | 0 | 0.16 | 0.43 | 0.13 | 37.5 | 0.59 | 0.68 |
| Hex | DD | B9 | 7D | 0 | 10 | 2B | D | 26 | 3B | 44 |
| Octal | 335 | 271 | 175 | 0 | 20 | 53 | 15 | 46 | 73 | 104 |
| Binary | 11011101 | 10111001 | 1111101 | 0 | 10000 | 101011 | 1101 | 100110 | 111011 | 1000100 |
Color Harmonies of #DDB97D
Complementary color
Monochromatic Colors of #DDB97D
Black with #DDB97D
Text Example
Text Example
White with #DDB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB97D; }
p { color: rgb(221,185,125); }
H1.HeaderClassName
{
color: #DDB97D;
}
.AnyTagClassName
{
color: #DDB97D;
}
</style>
background-color css
<style>
a { background-color: #DDB97D; }
a { background-color: rgb(221,185,125); }
div.DivClassName
{
background-color: #DDB97D;
}
.BgClassName
{
background-color: #DDB97D;
}
</style>
border-color css
<style>
span { border-color: #DDB97D; }
span { border-color: rgb(221,185,125); }
td.TdClassName
{
border-color: #DDB97D;
}
.TagClassName
{
border-color: #DDB97D;
}
</style>