Shades of Straw #DCBE81
Tints of Straw #DCBE81
RGB
CMYK
RGB Variations
Color information
#DCBE81 (or 0xDCBE81) is known color: Straw. HEX triplet: DC, BE and 81. RGB value is (220,190,129). Sum of RGB (Red+Green+Blue) = 220+190+129=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 129 (50.78% from 255 or 23.93% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE81 is #23417E. Grayscale: #C0C0C0. Windows color (decimal): -2310527 or 8503004. OLE color: 8503004.
HSL color Cylindrical-coordinate representation of color #DCBE81: hue angle of 40.22º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCBE81 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 129 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.14 |
| HSL | 40.22º | 0.57% | 0.68% | - |
| HSV(B) | 40.22º | 0.41% | 0.86% | - |
| XYZ | 51.89 | 53.63 | 28.39 | - |
| YUV | 192.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 129 | 0 | 0.14 | 0.41 | 0.14 | 40.22 | 0.57 | 0.68 |
| Hex | DC | BE | 81 | 0 | E | 29 | E | 28 | 39 | 44 |
| Octal | 334 | 276 | 201 | 0 | 16 | 51 | 16 | 50 | 71 | 104 |
| Binary | 11011100 | 10111110 | 10000001 | 0 | 1110 | 101001 | 1110 | 101000 | 111001 | 1000100 |
Color Harmonies of #DCBE81
Complementary color
Monochromatic Colors of #DCBE81
Black with #DCBE81
Text Example
Text Example
White with #DCBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE81; }
p { color: rgb(220,190,129); }
H1.HeaderClassName
{
color: #DCBE81;
}
.AnyTagClassName
{
color: #DCBE81;
}
</style>
background-color css
<style>
a { background-color: #DCBE81; }
a { background-color: rgb(220,190,129); }
div.DivClassName
{
background-color: #DCBE81;
}
.BgClassName
{
background-color: #DCBE81;
}
</style>
border-color css
<style>
span { border-color: #DCBE81; }
span { border-color: rgb(220,190,129); }
td.TdClassName
{
border-color: #DCBE81;
}
.TagClassName
{
border-color: #DCBE81;
}
</style>