Shades of Straw #DCBF8A
Tints of Straw #DCBF8A
RGB
CMYK
RGB Variations
Color information
#DCBF8A (or 0xDCBF8A) is known color: Straw. HEX triplet: DC, BF and 8A. RGB value is (220,191,138). Sum of RGB (Red+Green+Blue) = 220+191+138=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF8A is #234075. Grayscale: #C1C1C1. Windows color (decimal): -2310262 or 9093084. OLE color: 9093084.
HSL color Cylindrical-coordinate representation of color #DCBF8A: hue angle of 38.78º 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 #DCBF8A is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 138 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.14 |
| HSL | 38.78º | 0.54% | 0.7% | - |
| HSV(B) | 38.78º | 0.37% | 0.86% | - |
| XYZ | 52.73 | 54.31 | 31.75 | - |
| YUV | 193.63 | 96.61 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 138 | 0 | 0.13 | 0.37 | 0.14 | 38.78 | 0.54 | 0.7 |
| Hex | DC | BF | 8A | 0 | D | 25 | E | 27 | 36 | 46 |
| Octal | 334 | 277 | 212 | 0 | 15 | 45 | 16 | 47 | 66 | 106 |
| Binary | 11011100 | 10111111 | 10001010 | 0 | 1101 | 100101 | 1110 | 100111 | 110110 | 1000110 |
Color Harmonies of #DCBF8A
Complementary color
Monochromatic Colors of #DCBF8A
Black with #DCBF8A
Text Example
Text Example
White with #DCBF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF8A; }
p { color: rgb(220,191,138); }
H1.HeaderClassName
{
color: #DCBF8A;
}
.AnyTagClassName
{
color: #DCBF8A;
}
</style>
background-color css
<style>
a { background-color: #DCBF8A; }
a { background-color: rgb(220,191,138); }
div.DivClassName
{
background-color: #DCBF8A;
}
.BgClassName
{
background-color: #DCBF8A;
}
</style>
border-color css
<style>
span { border-color: #DCBF8A; }
span { border-color: rgb(220,191,138); }
td.TdClassName
{
border-color: #DCBF8A;
}
.TagClassName
{
border-color: #DCBF8A;
}
</style>