Shades of Straw #D6BB7A
Tints of Straw #D6BB7A
RGB
CMYK
RGB Variations
Color information
#D6BB7A (or 0xD6BB7A) is known color: Straw. HEX triplet: D6, BB and 7A. RGB value is (214,187,122). Sum of RGB (Red+Green+Blue) = 214+187+122=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB7A is #294485. Grayscale: #BBBBBB. Windows color (decimal): -2704518 or 8043478. OLE color: 8043478.
HSL color Cylindrical-coordinate representation of color #D6BB7A: hue angle of 42.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6BB7A is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 122 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.16 |
| HSL | 42.39º | 0.53% | 0.66% | - |
| HSV(B) | 42.39º | 0.43% | 0.84% | - |
| XYZ | 49.01 | 51.24 | 25.72 | - |
| YUV | 187.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 122 | 0 | 0.13 | 0.43 | 0.16 | 42.39 | 0.53 | 0.66 |
| Hex | D6 | BB | 7A | 0 | D | 2B | 10 | 2A | 35 | 42 |
| Octal | 326 | 273 | 172 | 0 | 15 | 53 | 20 | 52 | 65 | 102 |
| Binary | 11010110 | 10111011 | 1111010 | 0 | 1101 | 101011 | 10000 | 101010 | 110101 | 1000010 |
Color Harmonies of #D6BB7A
Complementary color
Monochromatic Colors of #D6BB7A
Black with #D6BB7A
Text Example
Text Example
White with #D6BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB7A; }
p { color: rgb(214,187,122); }
H1.HeaderClassName
{
color: #D6BB7A;
}
.AnyTagClassName
{
color: #D6BB7A;
}
</style>
background-color css
<style>
a { background-color: #D6BB7A; }
a { background-color: rgb(214,187,122); }
div.DivClassName
{
background-color: #D6BB7A;
}
.BgClassName
{
background-color: #D6BB7A;
}
</style>
border-color css
<style>
span { border-color: #D6BB7A; }
span { border-color: rgb(214,187,122); }
td.TdClassName
{
border-color: #D6BB7A;
}
.TagClassName
{
border-color: #D6BB7A;
}
</style>