Shades of Straw #D6B77E
Tints of Straw #D6B77E
RGB
CMYK
RGB Variations
Color information
#D6B77E (or 0xD6B77E) is known color: Straw. HEX triplet: D6, B7 and 7E. RGB value is (214,183,126). Sum of RGB (Red+Green+Blue) = 214+183+126=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B77E is #294881. Grayscale: #BABABA. Windows color (decimal): -2705538 or 8304598. OLE color: 8304598.
HSL color Cylindrical-coordinate representation of color #D6B77E: hue angle of 38.86º degrees, saturation: 0.52, 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 #D6B77E is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 126 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.16 |
| HSL | 38.86º | 0.52% | 0.67% | - |
| HSV(B) | 38.86º | 0.41% | 0.84% | - |
| XYZ | 48.43 | 49.67 | 26.77 | - |
| YUV | 185.77 | 94.27 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 126 | 0 | 0.14 | 0.41 | 0.16 | 38.86 | 0.52 | 0.67 |
| Hex | D6 | B7 | 7E | 0 | E | 29 | 10 | 27 | 34 | 43 |
| Octal | 326 | 267 | 176 | 0 | 16 | 51 | 20 | 47 | 64 | 103 |
| Binary | 11010110 | 10110111 | 1111110 | 0 | 1110 | 101001 | 10000 | 100111 | 110100 | 1000011 |
Color Harmonies of #D6B77E
Complementary color
Monochromatic Colors of #D6B77E
Black with #D6B77E
Text Example
Text Example
White with #D6B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B77E; }
p { color: rgb(214,183,126); }
H1.HeaderClassName
{
color: #D6B77E;
}
.AnyTagClassName
{
color: #D6B77E;
}
</style>
background-color css
<style>
a { background-color: #D6B77E; }
a { background-color: rgb(214,183,126); }
div.DivClassName
{
background-color: #D6B77E;
}
.BgClassName
{
background-color: #D6B77E;
}
</style>
border-color css
<style>
span { border-color: #D6B77E; }
span { border-color: rgb(214,183,126); }
td.TdClassName
{
border-color: #D6B77E;
}
.TagClassName
{
border-color: #D6B77E;
}
</style>