Shades of Straw #DCBE8A
Tints of Straw #DCBE8A
RGB
CMYK
RGB Variations
Color information
#DCBE8A (or 0xDCBE8A) is known color: Straw. HEX triplet: DC, BE and 8A. RGB value is (220,190,138). Sum of RGB (Red+Green+Blue) = 220+190+138=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBE8A is #234175. Grayscale: #C1C1C1. Windows color (decimal): -2310518 or 9092828. OLE color: 9092828.
HSL color Cylindrical-coordinate representation of color #DCBE8A: hue angle of 38.05º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCBE8A is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 138 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.14 |
| HSL | 38.05º | 0.54% | 0.7% | - |
| HSV(B) | 38.05º | 0.37% | 0.86% | - |
| XYZ | 52.52 | 53.88 | 31.68 | - |
| YUV | 193.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 138 | 0 | 0.14 | 0.37 | 0.14 | 38.05 | 0.54 | 0.7 |
| Hex | DC | BE | 8A | 0 | E | 25 | E | 26 | 36 | 46 |
| Octal | 334 | 276 | 212 | 0 | 16 | 45 | 16 | 46 | 66 | 106 |
| Binary | 11011100 | 10111110 | 10001010 | 0 | 1110 | 100101 | 1110 | 100110 | 110110 | 1000110 |
Color Harmonies of #DCBE8A
Complementary color
Monochromatic Colors of #DCBE8A
Black with #DCBE8A
Text Example
Text Example
White with #DCBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE8A; }
p { color: rgb(220,190,138); }
H1.HeaderClassName
{
color: #DCBE8A;
}
.AnyTagClassName
{
color: #DCBE8A;
}
</style>
background-color css
<style>
a { background-color: #DCBE8A; }
a { background-color: rgb(220,190,138); }
div.DivClassName
{
background-color: #DCBE8A;
}
.BgClassName
{
background-color: #DCBE8A;
}
</style>
border-color css
<style>
span { border-color: #DCBE8A; }
span { border-color: rgb(220,190,138); }
td.TdClassName
{
border-color: #DCBE8A;
}
.TagClassName
{
border-color: #DCBE8A;
}
</style>