Shades of Straw #D6B782
Tints of Straw #D6B782
RGB
CMYK
RGB Variations
Color information
#D6B782 (or 0xD6B782) is known color: Straw. HEX triplet: D6, B7 and 82. RGB value is (214,183,130). Sum of RGB (Red+Green+Blue) = 214+183+130=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 183 (71.88% from 255 or 34.72% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B782 is #29487D. Grayscale: #BABABA. Windows color (decimal): -2705534 or 8566742. OLE color: 8566742.
HSL color Cylindrical-coordinate representation of color #D6B782: hue angle of 37.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6B782 is Cyan = 0, Magento = 0.14, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 130 | - |
| CMYK | 0 | 0.14 | 0.39 | 0.16 |
| HSL | 37.86º | 0.51% | 0.67% | - |
| HSV(B) | 37.86º | 0.39% | 0.84% | - |
| XYZ | 48.69 | 49.77 | 28.16 | - |
| YUV | 186.23 | 96.27 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 130 | 0 | 0.14 | 0.39 | 0.16 | 37.86 | 0.51 | 0.67 |
| Hex | D6 | B7 | 82 | 0 | E | 27 | 10 | 26 | 33 | 43 |
| Octal | 326 | 267 | 202 | 0 | 16 | 47 | 20 | 46 | 63 | 103 |
| Binary | 11010110 | 10110111 | 10000010 | 0 | 1110 | 100111 | 10000 | 100110 | 110011 | 1000011 |
Color Harmonies of #D6B782
Complementary color
Monochromatic Colors of #D6B782
Black with #D6B782
Text Example
Text Example
White with #D6B782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B782; }
p { color: rgb(214,183,130); }
H1.HeaderClassName
{
color: #D6B782;
}
.AnyTagClassName
{
color: #D6B782;
}
</style>
background-color css
<style>
a { background-color: #D6B782; }
a { background-color: rgb(214,183,130); }
div.DivClassName
{
background-color: #D6B782;
}
.BgClassName
{
background-color: #D6B782;
}
</style>
border-color css
<style>
span { border-color: #D6B782; }
span { border-color: rgb(214,183,130); }
td.TdClassName
{
border-color: #D6B782;
}
.TagClassName
{
border-color: #D6B782;
}
</style>