Shades of Straw #DDBE7C
Tints of Straw #DDBE7C
RGB
CMYK
RGB Variations
Color information
#DDBE7C (or 0xDDBE7C) is known color: Straw. HEX triplet: DD, BE and 7C. RGB value is (221,190,124). Sum of RGB (Red+Green+Blue) = 221+190+124=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE7C is #224183. Grayscale: #C0C0C0. Windows color (decimal): -2244996 or 8175325. OLE color: 8175325.
HSL color Cylindrical-coordinate representation of color #DDBE7C: hue angle of 40.82º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDBE7C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 124 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.13 |
| HSL | 40.82º | 0.59% | 0.68% | - |
| HSV(B) | 40.82º | 0.44% | 0.87% | - |
| XYZ | 51.87 | 53.65 | 26.69 | - |
| YUV | 191.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 124 | 0 | 0.14 | 0.44 | 0.13 | 40.82 | 0.59 | 0.68 |
| Hex | DD | BE | 7C | 0 | E | 2C | D | 29 | 3B | 44 |
| Octal | 335 | 276 | 174 | 0 | 16 | 54 | 15 | 51 | 73 | 104 |
| Binary | 11011101 | 10111110 | 1111100 | 0 | 1110 | 101100 | 1101 | 101001 | 111011 | 1000100 |
Color Harmonies of #DDBE7C
Complementary color
Monochromatic Colors of #DDBE7C
Black with #DDBE7C
Text Example
Text Example
White with #DDBE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE7C; }
p { color: rgb(221,190,124); }
H1.HeaderClassName
{
color: #DDBE7C;
}
.AnyTagClassName
{
color: #DDBE7C;
}
</style>
background-color css
<style>
a { background-color: #DDBE7C; }
a { background-color: rgb(221,190,124); }
div.DivClassName
{
background-color: #DDBE7C;
}
.BgClassName
{
background-color: #DDBE7C;
}
</style>
border-color css
<style>
span { border-color: #DDBE7C; }
span { border-color: rgb(221,190,124); }
td.TdClassName
{
border-color: #DDBE7C;
}
.TagClassName
{
border-color: #DDBE7C;
}
</style>