Shades of Straw #D6B77B
Tints of Straw #D6B77B
RGB
CMYK
RGB Variations
Color information
#D6B77B (or 0xD6B77B) is known color: Straw. HEX triplet: D6, B7 and 7B. RGB value is (214,183,123). Sum of RGB (Red+Green+Blue) = 214+183+123=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 183 (71.88% from 255 or 35.19% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B77B is #294884. Grayscale: #B9B9B9. Windows color (decimal): -2705541 or 8107990. OLE color: 8107990.
HSL color Cylindrical-coordinate representation of color #D6B77B: hue angle of 39.56º 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 #D6B77B is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 123 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.16 |
| HSL | 39.56º | 0.53% | 0.66% | - |
| HSV(B) | 39.56º | 0.43% | 0.84% | - |
| XYZ | 48.24 | 49.59 | 25.77 | - |
| YUV | 185.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 123 | 0 | 0.14 | 0.43 | 0.16 | 39.56 | 0.53 | 0.66 |
| Hex | D6 | B7 | 7B | 0 | E | 2B | 10 | 28 | 35 | 42 |
| Octal | 326 | 267 | 173 | 0 | 16 | 53 | 20 | 50 | 65 | 102 |
| Binary | 11010110 | 10110111 | 1111011 | 0 | 1110 | 101011 | 10000 | 101000 | 110101 | 1000010 |
Color Harmonies of #D6B77B
Complementary color
Monochromatic Colors of #D6B77B
Black with #D6B77B
Text Example
Text Example
White with #D6B77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B77B; }
p { color: rgb(214,183,123); }
H1.HeaderClassName
{
color: #D6B77B;
}
.AnyTagClassName
{
color: #D6B77B;
}
</style>
background-color css
<style>
a { background-color: #D6B77B; }
a { background-color: rgb(214,183,123); }
div.DivClassName
{
background-color: #D6B77B;
}
.BgClassName
{
background-color: #D6B77B;
}
</style>
border-color css
<style>
span { border-color: #D6B77B; }
span { border-color: rgb(214,183,123); }
td.TdClassName
{
border-color: #D6B77B;
}
.TagClassName
{
border-color: #D6B77B;
}
</style>