Shades of Straw #DCBE89
Tints of Straw #DCBE89
RGB
CMYK
RGB Variations
Color information
#DCBE89 (or 0xDCBE89) is known color: Straw. HEX triplet: DC, BE and 89. RGB value is (220,190,137). Sum of RGB (Red+Green+Blue) = 220+190+137=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 137 (53.91% from 255 or 25.05% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE89 is #234176. Grayscale: #C1C1C1. Windows color (decimal): -2310519 or 9027292. OLE color: 9027292.
HSL color Cylindrical-coordinate representation of color #DCBE89: hue angle of 38.31º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCBE89 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 137 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.14 |
| HSL | 38.31º | 0.54% | 0.7% | - |
| HSV(B) | 38.31º | 0.38% | 0.86% | - |
| XYZ | 52.44 | 53.85 | 31.3 | - |
| YUV | 192.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 137 | 0 | 0.14 | 0.38 | 0.14 | 38.31 | 0.54 | 0.7 |
| Hex | DC | BE | 89 | 0 | E | 26 | E | 26 | 36 | 46 |
| Octal | 334 | 276 | 211 | 0 | 16 | 46 | 16 | 46 | 66 | 106 |
| Binary | 11011100 | 10111110 | 10001001 | 0 | 1110 | 100110 | 1110 | 100110 | 110110 | 1000110 |
Color Harmonies of #DCBE89
Complementary color
Monochromatic Colors of #DCBE89
Black with #DCBE89
Text Example
Text Example
White with #DCBE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE89; }
p { color: rgb(220,190,137); }
H1.HeaderClassName
{
color: #DCBE89;
}
.AnyTagClassName
{
color: #DCBE89;
}
</style>
background-color css
<style>
a { background-color: #DCBE89; }
a { background-color: rgb(220,190,137); }
div.DivClassName
{
background-color: #DCBE89;
}
.BgClassName
{
background-color: #DCBE89;
}
</style>
border-color css
<style>
span { border-color: #DCBE89; }
span { border-color: rgb(220,190,137); }
td.TdClassName
{
border-color: #DCBE89;
}
.TagClassName
{
border-color: #DCBE89;
}
</style>