Shades of Straw #DCBE87
Tints of Straw #DCBE87
RGB
CMYK
RGB Variations
Color information
#DCBE87 (or 0xDCBE87) is known color: Straw. HEX triplet: DC, BE and 87. RGB value is (220,190,135). Sum of RGB (Red+Green+Blue) = 220+190+135=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 135 (53.12% from 255 or 24.77% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE87 is #234178. Grayscale: #C0C0C0. Windows color (decimal): -2310521 or 8896220. OLE color: 8896220.
HSL color Cylindrical-coordinate representation of color #DCBE87: hue angle of 38.82º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCBE87 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 135 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.14 |
| HSL | 38.82º | 0.55% | 0.7% | - |
| HSV(B) | 38.82º | 0.39% | 0.86% | - |
| XYZ | 52.3 | 53.79 | 30.55 | - |
| YUV | 192.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 135 | 0 | 0.14 | 0.39 | 0.14 | 38.82 | 0.55 | 0.7 |
| Hex | DC | BE | 87 | 0 | E | 27 | E | 27 | 37 | 46 |
| Octal | 334 | 276 | 207 | 0 | 16 | 47 | 16 | 47 | 67 | 106 |
| Binary | 11011100 | 10111110 | 10000111 | 0 | 1110 | 100111 | 1110 | 100111 | 110111 | 1000110 |
Color Harmonies of #DCBE87
Complementary color
Monochromatic Colors of #DCBE87
Black with #DCBE87
Text Example
Text Example
White with #DCBE87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE87; }
p { color: rgb(220,190,135); }
H1.HeaderClassName
{
color: #DCBE87;
}
.AnyTagClassName
{
color: #DCBE87;
}
</style>
background-color css
<style>
a { background-color: #DCBE87; }
a { background-color: rgb(220,190,135); }
div.DivClassName
{
background-color: #DCBE87;
}
.BgClassName
{
background-color: #DCBE87;
}
</style>
border-color css
<style>
span { border-color: #DCBE87; }
span { border-color: rgb(220,190,135); }
td.TdClassName
{
border-color: #DCBE87;
}
.TagClassName
{
border-color: #DCBE87;
}
</style>