Shades of Straw #D6BE7B
Tints of Straw #D6BE7B
RGB
CMYK
RGB Variations
Color information
#D6BE7B (or 0xD6BE7B) is known color: Straw. HEX triplet: D6, BE and 7B. RGB value is (214,190,123). Sum of RGB (Red+Green+Blue) = 214+190+123=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE7B is #294184. Grayscale: #BDBDBD. Windows color (decimal): -2703749 or 8109782. OLE color: 8109782.
HSL color Cylindrical-coordinate representation of color #D6BE7B: hue angle of 44.18º 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 #D6BE7B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 123 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.16 |
| HSL | 44.18º | 0.53% | 0.66% | - |
| HSV(B) | 44.18º | 0.43% | 0.84% | - |
| XYZ | 49.72 | 52.55 | 26.26 | - |
| YUV | 189.54 | 90.45 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 123 | 0 | 0.11 | 0.43 | 0.16 | 44.18 | 0.53 | 0.66 |
| Hex | D6 | BE | 7B | 0 | B | 2B | 10 | 2C | 35 | 42 |
| Octal | 326 | 276 | 173 | 0 | 13 | 53 | 20 | 54 | 65 | 102 |
| Binary | 11010110 | 10111110 | 1111011 | 0 | 1011 | 101011 | 10000 | 101100 | 110101 | 1000010 |
Color Harmonies of #D6BE7B
Complementary color
Monochromatic Colors of #D6BE7B
Black with #D6BE7B
Text Example
Text Example
White with #D6BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE7B; }
p { color: rgb(214,190,123); }
H1.HeaderClassName
{
color: #D6BE7B;
}
.AnyTagClassName
{
color: #D6BE7B;
}
</style>
background-color css
<style>
a { background-color: #D6BE7B; }
a { background-color: rgb(214,190,123); }
div.DivClassName
{
background-color: #D6BE7B;
}
.BgClassName
{
background-color: #D6BE7B;
}
</style>
border-color css
<style>
span { border-color: #D6BE7B; }
span { border-color: rgb(214,190,123); }
td.TdClassName
{
border-color: #D6BE7B;
}
.TagClassName
{
border-color: #D6BE7B;
}
</style>