Shades of Straw #DDB878
Tints of Straw #DDB878
RGB
CMYK
RGB Variations
Color information
#DDB878 (or 0xDDB878) is known color: Straw. HEX triplet: DD, B8 and 78. RGB value is (221,184,120). Sum of RGB (Red+Green+Blue) = 221+184+120=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 120 (47.27% from 255 or 22.86% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB878 is #224787. Grayscale: #BCBCBC. Windows color (decimal): -2246536 or 7911645. OLE color: 7911645.
HSL color Cylindrical-coordinate representation of color #DDB878: hue angle of 38.02º 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 #DDB878 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 120 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.13 |
| HSL | 38.02º | 0.6% | 0.67% | - |
| HSV(B) | 38.02º | 0.46% | 0.87% | - |
| XYZ | 50.35 | 51.01 | 24.96 | - |
| YUV | 187.77 | 89.76 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 120 | 0 | 0.17 | 0.46 | 0.13 | 38.02 | 0.6 | 0.67 |
| Hex | DD | B8 | 78 | 0 | 11 | 2E | D | 26 | 3C | 43 |
| Octal | 335 | 270 | 170 | 0 | 21 | 56 | 15 | 46 | 74 | 103 |
| Binary | 11011101 | 10111000 | 1111000 | 0 | 10001 | 101110 | 1101 | 100110 | 111100 | 1000011 |
Color Harmonies of #DDB878
Complementary color
Monochromatic Colors of #DDB878
Black with #DDB878
Text Example
Text Example
White with #DDB878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB878; }
p { color: rgb(221,184,120); }
H1.HeaderClassName
{
color: #DDB878;
}
.AnyTagClassName
{
color: #DDB878;
}
</style>
background-color css
<style>
a { background-color: #DDB878; }
a { background-color: rgb(221,184,120); }
div.DivClassName
{
background-color: #DDB878;
}
.BgClassName
{
background-color: #DDB878;
}
</style>
border-color css
<style>
span { border-color: #DDB878; }
span { border-color: rgb(221,184,120); }
td.TdClassName
{
border-color: #DDB878;
}
.TagClassName
{
border-color: #DDB878;
}
</style>