Shades of Straw #DDBD7D
Tints of Straw #DDBD7D
RGB
CMYK
RGB Variations
Color information
#DDBD7D (or 0xDDBD7D) is known color: Straw. HEX triplet: DD, BD and 7D. RGB value is (221,189,125). Sum of RGB (Red+Green+Blue) = 221+189+125=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD7D is #224282. Grayscale: #BFBFBF. Windows color (decimal): -2245251 or 8240605. OLE color: 8240605.
HSL color Cylindrical-coordinate representation of color #DDBD7D: hue angle of 40º 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 #DDBD7D is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 125 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.13 |
| HSL | 40º | 0.59% | 0.68% | - |
| HSV(B) | 40º | 0.43% | 0.87% | - |
| XYZ | 51.72 | 53.25 | 26.95 | - |
| YUV | 191.27 | 90.6 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 125 | 0 | 0.14 | 0.43 | 0.13 | 40 | 0.59 | 0.68 |
| Hex | DD | BD | 7D | 0 | E | 2B | D | 28 | 3B | 44 |
| Octal | 335 | 275 | 175 | 0 | 16 | 53 | 15 | 50 | 73 | 104 |
| Binary | 11011101 | 10111101 | 1111101 | 0 | 1110 | 101011 | 1101 | 101000 | 111011 | 1000100 |
Color Harmonies of #DDBD7D
Complementary color
Monochromatic Colors of #DDBD7D
Black with #DDBD7D
Text Example
Text Example
White with #DDBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD7D; }
p { color: rgb(221,189,125); }
H1.HeaderClassName
{
color: #DDBD7D;
}
.AnyTagClassName
{
color: #DDBD7D;
}
</style>
background-color css
<style>
a { background-color: #DDBD7D; }
a { background-color: rgb(221,189,125); }
div.DivClassName
{
background-color: #DDBD7D;
}
.BgClassName
{
background-color: #DDBD7D;
}
</style>
border-color css
<style>
span { border-color: #DDBD7D; }
span { border-color: rgb(221,189,125); }
td.TdClassName
{
border-color: #DDBD7D;
}
.TagClassName
{
border-color: #DDBD7D;
}
</style>