Shades of Straw #DDB877
Tints of Straw #DDB877
RGB
CMYK
RGB Variations
Color information
#DDB877 (or 0xDDB877) is known color: Straw. HEX triplet: DD, B8 and 77. RGB value is (221,184,119). Sum of RGB (Red+Green+Blue) = 221+184+119=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 119 (46.88% from 255 or 22.71% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB877 is #224788. Grayscale: #BBBBBB. Windows color (decimal): -2246537 or 7846109. OLE color: 7846109.
HSL color Cylindrical-coordinate representation of color #DDB877: hue angle of 38.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDB877 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 119 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.13 |
| HSL | 38.24º | 0.6% | 0.67% | - |
| HSV(B) | 38.24º | 0.46% | 0.87% | - |
| XYZ | 50.29 | 50.99 | 24.64 | - |
| YUV | 187.65 | 89.26 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 119 | 0 | 0.17 | 0.46 | 0.13 | 38.24 | 0.6 | 0.67 |
| Hex | DD | B8 | 77 | 0 | 11 | 2E | D | 26 | 3C | 43 |
| Octal | 335 | 270 | 167 | 0 | 21 | 56 | 15 | 46 | 74 | 103 |
| Binary | 11011101 | 10111000 | 1110111 | 0 | 10001 | 101110 | 1101 | 100110 | 111100 | 1000011 |
Color Harmonies of #DDB877
Complementary color
Monochromatic Colors of #DDB877
Black with #DDB877
Text Example
Text Example
White with #DDB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB877; }
p { color: rgb(221,184,119); }
H1.HeaderClassName
{
color: #DDB877;
}
.AnyTagClassName
{
color: #DDB877;
}
</style>
background-color css
<style>
a { background-color: #DDB877; }
a { background-color: rgb(221,184,119); }
div.DivClassName
{
background-color: #DDB877;
}
.BgClassName
{
background-color: #DDB877;
}
</style>
border-color css
<style>
span { border-color: #DDB877; }
span { border-color: rgb(221,184,119); }
td.TdClassName
{
border-color: #DDB877;
}
.TagClassName
{
border-color: #DDB877;
}
</style>