Shades of Straw #DDBC83
Tints of Straw #DDBC83
RGB
CMYK
RGB Variations
Color information
#DDBC83 (or 0xDDBC83) is known color: Straw. HEX triplet: DD, BC and 83. RGB value is (221,188,131). Sum of RGB (Red+Green+Blue) = 221+188+131=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBC83 is #22437C. Grayscale: #BFBFBF. Windows color (decimal): -2245501 or 8633565. OLE color: 8633565.
HSL color Cylindrical-coordinate representation of color #DDBC83: hue angle of 38º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DDBC83 is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 131 | - |
| CMYK | 0 | 0.15 | 0.41 | 0.13 |
| HSL | 38º | 0.57% | 0.69% | - |
| HSV(B) | 38º | 0.41% | 0.87% | - |
| XYZ | 51.9 | 52.98 | 28.96 | - |
| YUV | 191.37 | 93.93 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 131 | 0 | 0.15 | 0.41 | 0.13 | 38 | 0.57 | 0.69 |
| Hex | DD | BC | 83 | 0 | F | 29 | D | 26 | 39 | 45 |
| Octal | 335 | 274 | 203 | 0 | 17 | 51 | 15 | 46 | 71 | 105 |
| Binary | 11011101 | 10111100 | 10000011 | 0 | 1111 | 101001 | 1101 | 100110 | 111001 | 1000101 |
Color Harmonies of #DDBC83
Complementary color
Monochromatic Colors of #DDBC83
Black with #DDBC83
Text Example
Text Example
White with #DDBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC83; }
p { color: rgb(221,188,131); }
H1.HeaderClassName
{
color: #DDBC83;
}
.AnyTagClassName
{
color: #DDBC83;
}
</style>
background-color css
<style>
a { background-color: #DDBC83; }
a { background-color: rgb(221,188,131); }
div.DivClassName
{
background-color: #DDBC83;
}
.BgClassName
{
background-color: #DDBC83;
}
</style>
border-color css
<style>
span { border-color: #DDBC83; }
span { border-color: rgb(221,188,131); }
td.TdClassName
{
border-color: #DDBC83;
}
.TagClassName
{
border-color: #DDBC83;
}
</style>