Shades of Straw #D6BB81
Tints of Straw #D6BB81
RGB
CMYK
RGB Variations
Color information
#D6BB81 (or 0xD6BB81) is known color: Straw. HEX triplet: D6, BB and 81. RGB value is (214,187,129). Sum of RGB (Red+Green+Blue) = 214+187+129=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BB81 is #29447E. Grayscale: #BCBCBC. Windows color (decimal): -2704511 or 8502230. OLE color: 8502230.
HSL color Cylindrical-coordinate representation of color #D6BB81: hue angle of 40.94º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6BB81 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 129 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.16 |
| HSL | 40.94º | 0.51% | 0.67% | - |
| HSV(B) | 40.94º | 0.4% | 0.84% | - |
| XYZ | 49.46 | 51.42 | 28.09 | - |
| YUV | 188.46 | 94.45 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 129 | 0 | 0.13 | 0.40 | 0.16 | 40.94 | 0.51 | 0.67 |
| Hex | D6 | BB | 81 | 0 | D | 28 | 10 | 29 | 33 | 43 |
| Octal | 326 | 273 | 201 | 0 | 15 | 50 | 20 | 51 | 63 | 103 |
| Binary | 11010110 | 10111011 | 10000001 | 0 | 1101 | 101000 | 10000 | 101001 | 110011 | 1000011 |
Color Harmonies of #D6BB81
Complementary color
Monochromatic Colors of #D6BB81
Black with #D6BB81
Text Example
Text Example
White with #D6BB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB81; }
p { color: rgb(214,187,129); }
H1.HeaderClassName
{
color: #D6BB81;
}
.AnyTagClassName
{
color: #D6BB81;
}
</style>
background-color css
<style>
a { background-color: #D6BB81; }
a { background-color: rgb(214,187,129); }
div.DivClassName
{
background-color: #D6BB81;
}
.BgClassName
{
background-color: #D6BB81;
}
</style>
border-color css
<style>
span { border-color: #D6BB81; }
span { border-color: rgb(214,187,129); }
td.TdClassName
{
border-color: #D6BB81;
}
.TagClassName
{
border-color: #D6BB81;
}
</style>