Shades of Straw #DCBD84
Tints of Straw #DCBD84
RGB
CMYK
RGB Variations
Color information
#DCBD84 (or 0xDCBD84) is known color: Straw. HEX triplet: DC, BD and 84. RGB value is (220,189,132). Sum of RGB (Red+Green+Blue) = 220+189+132=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 132 (51.95% from 255 or 24.40% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD84 is #23427B. Grayscale: #C0C0C0. Windows color (decimal): -2310780 or 8699356. OLE color: 8699356.
HSL color Cylindrical-coordinate representation of color #DCBD84: hue angle of 38.86º degrees, saturation: 0.56, 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 #DCBD84 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 132 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.14 |
| HSL | 38.86º | 0.56% | 0.69% | - |
| HSV(B) | 38.86º | 0.4% | 0.86% | - |
| XYZ | 51.88 | 53.28 | 29.38 | - |
| YUV | 191.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 132 | 0 | 0.14 | 0.40 | 0.14 | 38.86 | 0.56 | 0.69 |
| Hex | DC | BD | 84 | 0 | E | 28 | E | 27 | 38 | 45 |
| Octal | 334 | 275 | 204 | 0 | 16 | 50 | 16 | 47 | 70 | 105 |
| Binary | 11011100 | 10111101 | 10000100 | 0 | 1110 | 101000 | 1110 | 100111 | 111000 | 1000101 |
Color Harmonies of #DCBD84
Complementary color
Monochromatic Colors of #DCBD84
Black with #DCBD84
Text Example
Text Example
White with #DCBD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD84; }
p { color: rgb(220,189,132); }
H1.HeaderClassName
{
color: #DCBD84;
}
.AnyTagClassName
{
color: #DCBD84;
}
</style>
background-color css
<style>
a { background-color: #DCBD84; }
a { background-color: rgb(220,189,132); }
div.DivClassName
{
background-color: #DCBD84;
}
.BgClassName
{
background-color: #DCBD84;
}
</style>
border-color css
<style>
span { border-color: #DCBD84; }
span { border-color: rgb(220,189,132); }
td.TdClassName
{
border-color: #DCBD84;
}
.TagClassName
{
border-color: #DCBD84;
}
</style>