Shades of Straw #DCBD88
Tints of Straw #DCBD88
RGB
CMYK
RGB Variations
Color information
#DCBD88 (or 0xDCBD88) is known color: Straw. HEX triplet: DC, BD and 88. RGB value is (220,189,136). Sum of RGB (Red+Green+Blue) = 220+189+136=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD88 is #234277. Grayscale: #C0C0C0. Windows color (decimal): -2310776 or 8961500. OLE color: 8961500.
HSL color Cylindrical-coordinate representation of color #DCBD88: hue angle of 37.86º degrees, saturation: 0.55, 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 #DCBD88 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 136 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.14 |
| HSL | 37.86º | 0.55% | 0.7% | - |
| HSV(B) | 37.86º | 0.38% | 0.86% | - |
| XYZ | 52.16 | 53.39 | 30.85 | - |
| YUV | 192.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 136 | 0 | 0.14 | 0.38 | 0.14 | 37.86 | 0.55 | 0.7 |
| Hex | DC | BD | 88 | 0 | E | 26 | E | 26 | 37 | 46 |
| Octal | 334 | 275 | 210 | 0 | 16 | 46 | 16 | 46 | 67 | 106 |
| Binary | 11011100 | 10111101 | 10001000 | 0 | 1110 | 100110 | 1110 | 100110 | 110111 | 1000110 |
Color Harmonies of #DCBD88
Complementary color
Monochromatic Colors of #DCBD88
Black with #DCBD88
Text Example
Text Example
White with #DCBD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD88; }
p { color: rgb(220,189,136); }
H1.HeaderClassName
{
color: #DCBD88;
}
.AnyTagClassName
{
color: #DCBD88;
}
</style>
background-color css
<style>
a { background-color: #DCBD88; }
a { background-color: rgb(220,189,136); }
div.DivClassName
{
background-color: #DCBD88;
}
.BgClassName
{
background-color: #DCBD88;
}
</style>
border-color css
<style>
span { border-color: #DCBD88; }
span { border-color: rgb(220,189,136); }
td.TdClassName
{
border-color: #DCBD88;
}
.TagClassName
{
border-color: #DCBD88;
}
</style>