Shades of Straw #DDBD7A
Tints of Straw #DDBD7A
RGB
CMYK
RGB Variations
Color information
#DDBD7A (or 0xDDBD7A) is known color: Straw. HEX triplet: DD, BD and 7A. RGB value is (221,189,122). Sum of RGB (Red+Green+Blue) = 221+189+122=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD7A is #224285. Grayscale: #BFBFBF. Windows color (decimal): -2245254 or 8043997. OLE color: 8043997.
HSL color Cylindrical-coordinate representation of color #DDBD7A: hue angle of 40.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDBD7A is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 122 | - |
| CMYK | 0 | 0.14 | 0.45 | 0.13 |
| HSL | 40.61º | 0.59% | 0.67% | - |
| HSV(B) | 40.61º | 0.45% | 0.87% | - |
| XYZ | 51.53 | 53.17 | 25.96 | - |
| YUV | 190.93 | 89.1 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 122 | 0 | 0.14 | 0.45 | 0.13 | 40.61 | 0.59 | 0.67 |
| Hex | DD | BD | 7A | 0 | E | 2D | D | 29 | 3B | 43 |
| Octal | 335 | 275 | 172 | 0 | 16 | 55 | 15 | 51 | 73 | 103 |
| Binary | 11011101 | 10111101 | 1111010 | 0 | 1110 | 101101 | 1101 | 101001 | 111011 | 1000011 |
Color Harmonies of #DDBD7A
Complementary color
Monochromatic Colors of #DDBD7A
Black with #DDBD7A
Text Example
Text Example
White with #DDBD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD7A; }
p { color: rgb(221,189,122); }
H1.HeaderClassName
{
color: #DDBD7A;
}
.AnyTagClassName
{
color: #DDBD7A;
}
</style>
background-color css
<style>
a { background-color: #DDBD7A; }
a { background-color: rgb(221,189,122); }
div.DivClassName
{
background-color: #DDBD7A;
}
.BgClassName
{
background-color: #DDBD7A;
}
</style>
border-color css
<style>
span { border-color: #DDBD7A; }
span { border-color: rgb(221,189,122); }
td.TdClassName
{
border-color: #DDBD7A;
}
.TagClassName
{
border-color: #DDBD7A;
}
</style>