Shades of Straw #DDBB7D
Tints of Straw #DDBB7D
RGB
CMYK
RGB Variations
Color information
#DDBB7D (or 0xDDBB7D) is known color: Straw. HEX triplet: DD, BB and 7D. RGB value is (221,187,125). Sum of RGB (Red+Green+Blue) = 221+187+125=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB7D is #224482. Grayscale: #BEBEBE. Windows color (decimal): -2245763 or 8240093. OLE color: 8240093.
HSL color Cylindrical-coordinate representation of color #DDBB7D: hue angle of 38.75º 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 #DDBB7D is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 125 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.13 |
| HSL | 38.75º | 0.59% | 0.68% | - |
| HSV(B) | 38.75º | 0.43% | 0.87% | - |
| XYZ | 51.29 | 52.39 | 26.81 | - |
| YUV | 190.1 | 91.26 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 125 | 0 | 0.15 | 0.43 | 0.13 | 38.75 | 0.59 | 0.68 |
| Hex | DD | BB | 7D | 0 | F | 2B | D | 27 | 3B | 44 |
| Octal | 335 | 273 | 175 | 0 | 17 | 53 | 15 | 47 | 73 | 104 |
| Binary | 11011101 | 10111011 | 1111101 | 0 | 1111 | 101011 | 1101 | 100111 | 111011 | 1000100 |
Color Harmonies of #DDBB7D
Complementary color
Monochromatic Colors of #DDBB7D
Black with #DDBB7D
Text Example
Text Example
White with #DDBB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB7D; }
p { color: rgb(221,187,125); }
H1.HeaderClassName
{
color: #DDBB7D;
}
.AnyTagClassName
{
color: #DDBB7D;
}
</style>
background-color css
<style>
a { background-color: #DDBB7D; }
a { background-color: rgb(221,187,125); }
div.DivClassName
{
background-color: #DDBB7D;
}
.BgClassName
{
background-color: #DDBB7D;
}
</style>
border-color css
<style>
span { border-color: #DDBB7D; }
span { border-color: rgb(221,187,125); }
td.TdClassName
{
border-color: #DDBB7D;
}
.TagClassName
{
border-color: #DDBB7D;
}
</style>