Shades of Straw #D6BF8B
Tints of Straw #D6BF8B
RGB
CMYK
RGB Variations
Color information
#D6BF8B (or 0xD6BF8B) is known color: Straw. HEX triplet: D6, BF and 8B. RGB value is (214,191,139). Sum of RGB (Red+Green+Blue) = 214+191+139=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF8B is #294074. Grayscale: #C0C0C0. Windows color (decimal): -2703477 or 9158614. OLE color: 9158614.
HSL color Cylindrical-coordinate representation of color #D6BF8B: hue angle of 41.6º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6BF8B is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 139 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.16 |
| HSL | 41.6º | 0.48% | 0.69% | - |
| HSV(B) | 41.6º | 0.35% | 0.84% | - |
| XYZ | 51.02 | 53.42 | 32.05 | - |
| YUV | 191.95 | 98.12 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 139 | 0 | 0.11 | 0.35 | 0.16 | 41.6 | 0.48 | 0.69 |
| Hex | D6 | BF | 8B | 0 | B | 23 | 10 | 2A | 30 | 45 |
| Octal | 326 | 277 | 213 | 0 | 13 | 43 | 20 | 52 | 60 | 105 |
| Binary | 11010110 | 10111111 | 10001011 | 0 | 1011 | 100011 | 10000 | 101010 | 110000 | 1000101 |
Color Harmonies of #D6BF8B
Complementary color
Monochromatic Colors of #D6BF8B
Black with #D6BF8B
Text Example
Text Example
White with #D6BF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF8B; }
p { color: rgb(214,191,139); }
H1.HeaderClassName
{
color: #D6BF8B;
}
.AnyTagClassName
{
color: #D6BF8B;
}
</style>
background-color css
<style>
a { background-color: #D6BF8B; }
a { background-color: rgb(214,191,139); }
div.DivClassName
{
background-color: #D6BF8B;
}
.BgClassName
{
background-color: #D6BF8B;
}
</style>
border-color css
<style>
span { border-color: #D6BF8B; }
span { border-color: rgb(214,191,139); }
td.TdClassName
{
border-color: #D6BF8B;
}
.TagClassName
{
border-color: #D6BF8B;
}
</style>