Shades of Straw #D6BF7D
Tints of Straw #D6BF7D
RGB
CMYK
RGB Variations
Color information
#D6BF7D (or 0xD6BF7D) is known color: Straw. HEX triplet: D6, BF and 7D. RGB value is (214,191,125). Sum of RGB (Red+Green+Blue) = 214+191+125=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 125 (49.22% from 255 or 23.58% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BF7D is #294082. Grayscale: #BEBEBE. Windows color (decimal): -2703491 or 8241110. OLE color: 8241110.
HSL color Cylindrical-coordinate representation of color #D6BF7D: hue angle of 44.49º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6BF7D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 191 | 125 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.16 |
| HSL | 44.49º | 0.52% | 0.66% | - |
| HSV(B) | 44.49º | 0.42% | 0.84% | - |
| XYZ | 50.06 | 53.04 | 27 | - |
| YUV | 190.35 | 91.12 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 125 | 0 | 0.11 | 0.42 | 0.16 | 44.49 | 0.52 | 0.66 |
| Hex | D6 | BF | 7D | 0 | B | 2A | 10 | 2C | 34 | 42 |
| Octal | 326 | 277 | 175 | 0 | 13 | 52 | 20 | 54 | 64 | 102 |
| Binary | 11010110 | 10111111 | 1111101 | 0 | 1011 | 101010 | 10000 | 101100 | 110100 | 1000010 |
Color Harmonies of #D6BF7D
Complementary color
Monochromatic Colors of #D6BF7D
Black with #D6BF7D
Text Example
Text Example
White with #D6BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BF7D; }
p { color: rgb(214,191,125); }
H1.HeaderClassName
{
color: #D6BF7D;
}
.AnyTagClassName
{
color: #D6BF7D;
}
</style>
background-color css
<style>
a { background-color: #D6BF7D; }
a { background-color: rgb(214,191,125); }
div.DivClassName
{
background-color: #D6BF7D;
}
.BgClassName
{
background-color: #D6BF7D;
}
</style>
border-color css
<style>
span { border-color: #D6BF7D; }
span { border-color: rgb(214,191,125); }
td.TdClassName
{
border-color: #D6BF7D;
}
.TagClassName
{
border-color: #D6BF7D;
}
</style>