Shades of Straw #D6BF8C
Tints of Straw #D6BF8C
RGB
CMYK
RGB Variations
Color information
#D6BF8C (or 0xD6BF8C) is known color: Straw. HEX triplet: D6, BF and 8C. RGB value is (214,191,140). Sum of RGB (Red+Green+Blue) = 214+191+140=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BF8C is #294073. Grayscale: #C0C0C0. Windows color (decimal): -2703476 or 9224150. OLE color: 9224150.
HSL color Cylindrical-coordinate representation of color #D6BF8C: hue angle of 41.35º degrees, saturation: 0.47, 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 #D6BF8C is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 191 | 140 | - |
CMYK | 0 | 0.11 | 0.35 | 0.16 |
HSL | 41.35º | 0.47% | 0.69% | - |
HSV(B) | 41.35º | 0.35% | 0.84% | - |
XYZ | 51.1 | 53.45 | 32.44 | - |
YUV | 192.06 | 98.62 | 143.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 191 | 140 | 0 | 0.11 | 0.35 | 0.16 | 41.35 | 0.47 | 0.69 |
Hex | D6 | BF | 8C | 0 | B | 23 | 10 | 29 | 2F | 45 |
Octal | 326 | 277 | 214 | 0 | 13 | 43 | 20 | 51 | 57 | 105 |
Binary | 11010110 | 10111111 | 10001100 | 0 | 1011 | 100011 | 10000 | 101001 | 101111 | 1000101 |
Color Harmonies of #D6BF8C
Complementary color
Monochromatic Colors of #D6BF8C
Black with #D6BF8C
Text Example
Text Example
White with #D6BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF8C; }
p { color: rgb(214,191,140); }
H1.HeaderClassName
{
color: #D6BF8C;
}
.AnyTagClassName
{
color: #D6BF8C;
}
</style>
background-color css
<style>
a { background-color: #D6BF8C; }
a { background-color: rgb(214,191,140); }
div.DivClassName
{
background-color: #D6BF8C;
}
.BgClassName
{
background-color: #D6BF8C;
}
</style>
border-color css
<style>
span { border-color: #D6BF8C; }
span { border-color: rgb(214,191,140); }
td.TdClassName
{
border-color: #D6BF8C;
}
.TagClassName
{
border-color: #D6BF8C;
}
</style>