Shades of Straw #D6BB7F
Tints of Straw #D6BB7F
RGB
CMYK
RGB Variations
Color information
#D6BB7F (or 0xD6BB7F) is known color: Straw. HEX triplet: D6, BB and 7F. RGB value is (214,187,127). Sum of RGB (Red+Green+Blue) = 214+187+127=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB7F is #294480. Grayscale: #BCBCBC. Windows color (decimal): -2704513 or 8371158. OLE color: 8371158.
HSL color Cylindrical-coordinate representation of color #D6BB7F: hue angle of 41.38º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6BB7F is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 127 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.16 |
| HSL | 41.38º | 0.51% | 0.67% | - |
| HSV(B) | 41.38º | 0.41% | 0.84% | - |
| XYZ | 49.33 | 51.37 | 27.39 | - |
| YUV | 188.23 | 93.45 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 127 | 0 | 0.13 | 0.41 | 0.16 | 41.38 | 0.51 | 0.67 |
| Hex | D6 | BB | 7F | 0 | D | 29 | 10 | 29 | 33 | 43 |
| Octal | 326 | 273 | 177 | 0 | 15 | 51 | 20 | 51 | 63 | 103 |
| Binary | 11010110 | 10111011 | 1111111 | 0 | 1101 | 101001 | 10000 | 101001 | 110011 | 1000011 |
Color Harmonies of #D6BB7F
Complementary color
Monochromatic Colors of #D6BB7F
Black with #D6BB7F
Text Example
Text Example
White with #D6BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB7F; }
p { color: rgb(214,187,127); }
H1.HeaderClassName
{
color: #D6BB7F;
}
.AnyTagClassName
{
color: #D6BB7F;
}
</style>
background-color css
<style>
a { background-color: #D6BB7F; }
a { background-color: rgb(214,187,127); }
div.DivClassName
{
background-color: #D6BB7F;
}
.BgClassName
{
background-color: #D6BB7F;
}
</style>
border-color css
<style>
span { border-color: #D6BB7F; }
span { border-color: rgb(214,187,127); }
td.TdClassName
{
border-color: #D6BB7F;
}
.TagClassName
{
border-color: #D6BB7F;
}
</style>