Shades of Straw #DCBB77
Tints of Straw #DCBB77
RGB
CMYK
RGB Variations
Color information
#DCBB77 (or 0xDCBB77) is known color: Straw. HEX triplet: DC, BB and 77. RGB value is (220,187,119). Sum of RGB (Red+Green+Blue) = 220+187+119=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB77 is #234488. Grayscale: #BDBDBD. Windows color (decimal): -2311305 or 7846876. OLE color: 7846876.
HSL color Cylindrical-coordinate representation of color #DCBB77: hue angle of 40.4º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCBB77 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 119 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.14 |
| HSL | 40.4º | 0.59% | 0.66% | - |
| HSV(B) | 40.4º | 0.46% | 0.86% | - |
| XYZ | 50.62 | 52.09 | 24.84 | - |
| YUV | 189.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 119 | 0 | 0.15 | 0.46 | 0.14 | 40.4 | 0.59 | 0.66 |
| Hex | DC | BB | 77 | 0 | F | 2E | E | 28 | 3B | 42 |
| Octal | 334 | 273 | 167 | 0 | 17 | 56 | 16 | 50 | 73 | 102 |
| Binary | 11011100 | 10111011 | 1110111 | 0 | 1111 | 101110 | 1110 | 101000 | 111011 | 1000010 |
Color Harmonies of #DCBB77
Complementary color
Monochromatic Colors of #DCBB77
Black with #DCBB77
Text Example
Text Example
White with #DCBB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB77; }
p { color: rgb(220,187,119); }
H1.HeaderClassName
{
color: #DCBB77;
}
.AnyTagClassName
{
color: #DCBB77;
}
</style>
background-color css
<style>
a { background-color: #DCBB77; }
a { background-color: rgb(220,187,119); }
div.DivClassName
{
background-color: #DCBB77;
}
.BgClassName
{
background-color: #DCBB77;
}
</style>
border-color css
<style>
span { border-color: #DCBB77; }
span { border-color: rgb(220,187,119); }
td.TdClassName
{
border-color: #DCBB77;
}
.TagClassName
{
border-color: #DCBB77;
}
</style>