Shades of Straw #DCBE85
Tints of Straw #DCBE85
RGB
CMYK
RGB Variations
Color information
#DCBE85 (or 0xDCBE85) is known color: Straw. HEX triplet: DC, BE and 85. RGB value is (220,190,133). Sum of RGB (Red+Green+Blue) = 220+190+133=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 190 (74.61% from 255 or 34.99% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE85 is #23417A. Grayscale: #C0C0C0. Windows color (decimal): -2310523 or 8765148. OLE color: 8765148.
HSL color Cylindrical-coordinate representation of color #DCBE85: hue angle of 39.31º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCBE85 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 133 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.14 |
| HSL | 39.31º | 0.55% | 0.69% | - |
| HSV(B) | 39.31º | 0.4% | 0.86% | - |
| XYZ | 52.16 | 53.74 | 29.81 | - |
| YUV | 192.47 | 94.44 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 133 | 0 | 0.14 | 0.40 | 0.14 | 39.31 | 0.55 | 0.69 |
| Hex | DC | BE | 85 | 0 | E | 28 | E | 27 | 37 | 45 |
| Octal | 334 | 276 | 205 | 0 | 16 | 50 | 16 | 47 | 67 | 105 |
| Binary | 11011100 | 10111110 | 10000101 | 0 | 1110 | 101000 | 1110 | 100111 | 110111 | 1000101 |
Color Harmonies of #DCBE85
Complementary color
Monochromatic Colors of #DCBE85
Black with #DCBE85
Text Example
Text Example
White with #DCBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE85; }
p { color: rgb(220,190,133); }
H1.HeaderClassName
{
color: #DCBE85;
}
.AnyTagClassName
{
color: #DCBE85;
}
</style>
background-color css
<style>
a { background-color: #DCBE85; }
a { background-color: rgb(220,190,133); }
div.DivClassName
{
background-color: #DCBE85;
}
.BgClassName
{
background-color: #DCBE85;
}
</style>
border-color css
<style>
span { border-color: #DCBE85; }
span { border-color: rgb(220,190,133); }
td.TdClassName
{
border-color: #DCBE85;
}
.TagClassName
{
border-color: #DCBE85;
}
</style>