Shades of Straw #DDBE7D
Tints of Straw #DDBE7D
RGB
CMYK
RGB Variations
Color information
#DDBE7D (or 0xDDBE7D) is known color: Straw. HEX triplet: DD, BE and 7D. RGB value is (221,190,125). Sum of RGB (Red+Green+Blue) = 221+190+125=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE7D is #224182. Grayscale: #C0C0C0. Windows color (decimal): -2244995 or 8240861. OLE color: 8240861.
HSL color Cylindrical-coordinate representation of color #DDBE7D: hue angle of 40.62º 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 #DDBE7D is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 125 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.13 |
| HSL | 40.63º | 0.59% | 0.68% | - |
| HSV(B) | 40.63º | 0.43% | 0.87% | - |
| XYZ | 51.93 | 53.68 | 27.03 | - |
| YUV | 191.86 | 90.27 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 125 | 0 | 0.14 | 0.43 | 0.13 | 40.63 | 0.59 | 0.68 |
| Hex | DD | BE | 7D | 0 | E | 2B | D | 29 | 3B | 44 |
| Octal | 335 | 276 | 175 | 0 | 16 | 53 | 15 | 51 | 73 | 104 |
| Binary | 11011101 | 10111110 | 1111101 | 0 | 1110 | 101011 | 1101 | 101001 | 111011 | 1000100 |
Color Harmonies of #DDBE7D
Complementary color
Monochromatic Colors of #DDBE7D
Black with #DDBE7D
Text Example
Text Example
White with #DDBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE7D; }
p { color: rgb(221,190,125); }
H1.HeaderClassName
{
color: #DDBE7D;
}
.AnyTagClassName
{
color: #DDBE7D;
}
</style>
background-color css
<style>
a { background-color: #DDBE7D; }
a { background-color: rgb(221,190,125); }
div.DivClassName
{
background-color: #DDBE7D;
}
.BgClassName
{
background-color: #DDBE7D;
}
</style>
border-color css
<style>
span { border-color: #DDBE7D; }
span { border-color: rgb(221,190,125); }
td.TdClassName
{
border-color: #DDBE7D;
}
.TagClassName
{
border-color: #DDBE7D;
}
</style>