Shades of Straw #D6BD80
Tints of Straw #D6BD80
RGB
CMYK
RGB Variations
Color information
#D6BD80 (or 0xD6BD80) is known color: Straw. HEX triplet: D6, BD and 80. RGB value is (214,189,128). Sum of RGB (Red+Green+Blue) = 214+189+128=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BD80 is #29427F. Grayscale: #BDBDBD. Windows color (decimal): -2704000 or 8437206. OLE color: 8437206.
HSL color Cylindrical-coordinate representation of color #D6BD80: hue angle of 42.56º 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 #D6BD80 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 128 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.16 |
| HSL | 42.56º | 0.51% | 0.67% | - |
| HSV(B) | 42.56º | 0.4% | 0.84% | - |
| XYZ | 49.83 | 52.25 | 27.88 | - |
| YUV | 189.52 | 93.28 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 128 | 0 | 0.12 | 0.40 | 0.16 | 42.56 | 0.51 | 0.67 |
| Hex | D6 | BD | 80 | 0 | C | 28 | 10 | 2B | 33 | 43 |
| Octal | 326 | 275 | 200 | 0 | 14 | 50 | 20 | 53 | 63 | 103 |
| Binary | 11010110 | 10111101 | 10000000 | 0 | 1100 | 101000 | 10000 | 101011 | 110011 | 1000011 |
Color Harmonies of #D6BD80
Complementary color
Monochromatic Colors of #D6BD80
Black with #D6BD80
Text Example
Text Example
White with #D6BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD80; }
p { color: rgb(214,189,128); }
H1.HeaderClassName
{
color: #D6BD80;
}
.AnyTagClassName
{
color: #D6BD80;
}
</style>
background-color css
<style>
a { background-color: #D6BD80; }
a { background-color: rgb(214,189,128); }
div.DivClassName
{
background-color: #D6BD80;
}
.BgClassName
{
background-color: #D6BD80;
}
</style>
border-color css
<style>
span { border-color: #D6BD80; }
span { border-color: rgb(214,189,128); }
td.TdClassName
{
border-color: #D6BD80;
}
.TagClassName
{
border-color: #D6BD80;
}
</style>