Shades of Straw #DCBF88
Tints of Straw #DCBF88
RGB
CMYK
RGB Variations
Color information
#DCBF88 (or 0xDCBF88) is known color: Straw. HEX triplet: DC, BF and 88. RGB value is (220,191,136). Sum of RGB (Red+Green+Blue) = 220+191+136=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF88 is #234077. Grayscale: #C1C1C1. Windows color (decimal): -2310264 or 8962012. OLE color: 8962012.
HSL color Cylindrical-coordinate representation of color #DCBF88: hue angle of 39.29º 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 #DCBF88 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 136 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.14 |
| HSL | 39.29º | 0.55% | 0.7% | - |
| HSV(B) | 39.29º | 0.38% | 0.86% | - |
| XYZ | 52.59 | 54.25 | 30.99 | - |
| YUV | 193.4 | 95.61 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 136 | 0 | 0.13 | 0.38 | 0.14 | 39.29 | 0.55 | 0.7 |
| Hex | DC | BF | 88 | 0 | D | 26 | E | 27 | 37 | 46 |
| Octal | 334 | 277 | 210 | 0 | 15 | 46 | 16 | 47 | 67 | 106 |
| Binary | 11011100 | 10111111 | 10001000 | 0 | 1101 | 100110 | 1110 | 100111 | 110111 | 1000110 |
Color Harmonies of #DCBF88
Complementary color
Monochromatic Colors of #DCBF88
Black with #DCBF88
Text Example
Text Example
White with #DCBF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF88; }
p { color: rgb(220,191,136); }
H1.HeaderClassName
{
color: #DCBF88;
}
.AnyTagClassName
{
color: #DCBF88;
}
</style>
background-color css
<style>
a { background-color: #DCBF88; }
a { background-color: rgb(220,191,136); }
div.DivClassName
{
background-color: #DCBF88;
}
.BgClassName
{
background-color: #DCBF88;
}
</style>
border-color css
<style>
span { border-color: #DCBF88; }
span { border-color: rgb(220,191,136); }
td.TdClassName
{
border-color: #DCBF88;
}
.TagClassName
{
border-color: #DCBF88;
}
</style>