Shades of Straw #D6BE7E
Tints of Straw #D6BE7E
RGB
CMYK
RGB Variations
Color information
#D6BE7E (or 0xD6BE7E) is known color: Straw. HEX triplet: D6, BE and 7E. RGB value is (214,190,126). Sum of RGB (Red+Green+Blue) = 214+190+126=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE7E is #294181. Grayscale: #BEBEBE. Windows color (decimal): -2703746 or 8306390. OLE color: 8306390.
HSL color Cylindrical-coordinate representation of color #D6BE7E: hue angle of 43.64º 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 #D6BE7E is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 126 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.16 |
| HSL | 43.64º | 0.52% | 0.67% | - |
| HSV(B) | 43.64º | 0.41% | 0.84% | - |
| XYZ | 49.91 | 52.63 | 27.27 | - |
| YUV | 189.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 126 | 0 | 0.11 | 0.41 | 0.16 | 43.64 | 0.52 | 0.67 |
| Hex | D6 | BE | 7E | 0 | B | 29 | 10 | 2C | 34 | 43 |
| Octal | 326 | 276 | 176 | 0 | 13 | 51 | 20 | 54 | 64 | 103 |
| Binary | 11010110 | 10111110 | 1111110 | 0 | 1011 | 101001 | 10000 | 101100 | 110100 | 1000011 |
Color Harmonies of #D6BE7E
Complementary color
Monochromatic Colors of #D6BE7E
Black with #D6BE7E
Text Example
Text Example
White with #D6BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE7E; }
p { color: rgb(214,190,126); }
H1.HeaderClassName
{
color: #D6BE7E;
}
.AnyTagClassName
{
color: #D6BE7E;
}
</style>
background-color css
<style>
a { background-color: #D6BE7E; }
a { background-color: rgb(214,190,126); }
div.DivClassName
{
background-color: #D6BE7E;
}
.BgClassName
{
background-color: #D6BE7E;
}
</style>
border-color css
<style>
span { border-color: #D6BE7E; }
span { border-color: rgb(214,190,126); }
td.TdClassName
{
border-color: #D6BE7E;
}
.TagClassName
{
border-color: #D6BE7E;
}
</style>