Shades of Straw #DDB876
Tints of Straw #DDB876
RGB
CMYK
RGB Variations
Color information
#DDB876 (or 0xDDB876) is known color: Straw. HEX triplet: DD, B8 and 76. RGB value is (221,184,118). Sum of RGB (Red+Green+Blue) = 221+184+118=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 118 (46.48% from 255 or 22.56% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB876 is #224789. Grayscale: #BBBBBB. Windows color (decimal): -2246538 or 7780573. OLE color: 7780573.
HSL color Cylindrical-coordinate representation of color #DDB876: hue angle of 38.45º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDB876 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 118 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.13 |
| HSL | 38.45º | 0.6% | 0.66% | - |
| HSV(B) | 38.45º | 0.47% | 0.87% | - |
| XYZ | 50.23 | 50.96 | 24.33 | - |
| YUV | 187.54 | 88.76 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 118 | 0 | 0.17 | 0.47 | 0.13 | 38.45 | 0.6 | 0.66 |
| Hex | DD | B8 | 76 | 0 | 11 | 2F | D | 26 | 3C | 42 |
| Octal | 335 | 270 | 166 | 0 | 21 | 57 | 15 | 46 | 74 | 102 |
| Binary | 11011101 | 10111000 | 1110110 | 0 | 10001 | 101111 | 1101 | 100110 | 111100 | 1000010 |
Color Harmonies of #DDB876
Complementary color
Monochromatic Colors of #DDB876
Black with #DDB876
Text Example
Text Example
White with #DDB876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB876; }
p { color: rgb(221,184,118); }
H1.HeaderClassName
{
color: #DDB876;
}
.AnyTagClassName
{
color: #DDB876;
}
</style>
background-color css
<style>
a { background-color: #DDB876; }
a { background-color: rgb(221,184,118); }
div.DivClassName
{
background-color: #DDB876;
}
.BgClassName
{
background-color: #DDB876;
}
</style>
border-color css
<style>
span { border-color: #DDB876; }
span { border-color: rgb(221,184,118); }
td.TdClassName
{
border-color: #DDB876;
}
.TagClassName
{
border-color: #DDB876;
}
</style>