Shades of Straw #D6B57B
Tints of Straw #D6B57B
RGB
CMYK
RGB Variations
Color information
#D6B57B (or 0xD6B57B) is known color: Straw. HEX triplet: D6, B5 and 7B. RGB value is (214,181,123). Sum of RGB (Red+Green+Blue) = 214+181+123=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B57B is #294A84. Grayscale: #B8B8B8. Windows color (decimal): -2706053 or 8107478. OLE color: 8107478.
HSL color Cylindrical-coordinate representation of color #D6B57B: hue angle of 38.24º 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 #D6B57B is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 123 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.16 |
| HSL | 38.24º | 0.53% | 0.66% | - |
| HSV(B) | 38.24º | 0.43% | 0.84% | - |
| XYZ | 47.83 | 48.77 | 25.63 | - |
| YUV | 184.26 | 93.43 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 123 | 0 | 0.15 | 0.43 | 0.16 | 38.24 | 0.53 | 0.66 |
| Hex | D6 | B5 | 7B | 0 | F | 2B | 10 | 26 | 35 | 42 |
| Octal | 326 | 265 | 173 | 0 | 17 | 53 | 20 | 46 | 65 | 102 |
| Binary | 11010110 | 10110101 | 1111011 | 0 | 1111 | 101011 | 10000 | 100110 | 110101 | 1000010 |
Color Harmonies of #D6B57B
Complementary color
Monochromatic Colors of #D6B57B
Black with #D6B57B
Text Example
Text Example
White with #D6B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B57B; }
p { color: rgb(214,181,123); }
H1.HeaderClassName
{
color: #D6B57B;
}
.AnyTagClassName
{
color: #D6B57B;
}
</style>
background-color css
<style>
a { background-color: #D6B57B; }
a { background-color: rgb(214,181,123); }
div.DivClassName
{
background-color: #D6B57B;
}
.BgClassName
{
background-color: #D6B57B;
}
</style>
border-color css
<style>
span { border-color: #D6B57B; }
span { border-color: rgb(214,181,123); }
td.TdClassName
{
border-color: #D6B57B;
}
.TagClassName
{
border-color: #D6B57B;
}
</style>