Shades of Straw #DDBC7E
Tints of Straw #DDBC7E
RGB
CMYK
RGB Variations
Color information
#DDBC7E (or 0xDDBC7E) is known color: Straw. HEX triplet: DD, BC and 7E. RGB value is (221,188,126). Sum of RGB (Red+Green+Blue) = 221+188+126=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC7E is #224381. Grayscale: #BFBFBF. Windows color (decimal): -2245506 or 8305885. OLE color: 8305885.
HSL color Cylindrical-coordinate representation of color #DDBC7E: hue angle of 39.16º degrees, saturation: 0.58, 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 #DDBC7E is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 126 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.13 |
| HSL | 39.16º | 0.58% | 0.68% | - |
| HSV(B) | 39.16º | 0.43% | 0.87% | - |
| XYZ | 51.57 | 52.84 | 27.22 | - |
| YUV | 190.8 | 91.43 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 126 | 0 | 0.15 | 0.43 | 0.13 | 39.16 | 0.58 | 0.68 |
| Hex | DD | BC | 7E | 0 | F | 2B | D | 27 | 3A | 44 |
| Octal | 335 | 274 | 176 | 0 | 17 | 53 | 15 | 47 | 72 | 104 |
| Binary | 11011101 | 10111100 | 1111110 | 0 | 1111 | 101011 | 1101 | 100111 | 111010 | 1000100 |
Color Harmonies of #DDBC7E
Complementary color
Monochromatic Colors of #DDBC7E
Black with #DDBC7E
Text Example
Text Example
White with #DDBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC7E; }
p { color: rgb(221,188,126); }
H1.HeaderClassName
{
color: #DDBC7E;
}
.AnyTagClassName
{
color: #DDBC7E;
}
</style>
background-color css
<style>
a { background-color: #DDBC7E; }
a { background-color: rgb(221,188,126); }
div.DivClassName
{
background-color: #DDBC7E;
}
.BgClassName
{
background-color: #DDBC7E;
}
</style>
border-color css
<style>
span { border-color: #DDBC7E; }
span { border-color: rgb(221,188,126); }
td.TdClassName
{
border-color: #DDBC7E;
}
.TagClassName
{
border-color: #DDBC7E;
}
</style>