Shades of Straw #D6BE83
Tints of Straw #D6BE83
RGB
CMYK
RGB Variations
Color information
#D6BE83 (or 0xD6BE83) is known color: Straw. HEX triplet: D6, BE and 83. RGB value is (214,190,131). Sum of RGB (Red+Green+Blue) = 214+190+131=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BE83 is #29417C. Grayscale: #BEBEBE. Windows color (decimal): -2703741 or 8634070. OLE color: 8634070.
HSL color Cylindrical-coordinate representation of color #D6BE83: hue angle of 42.65º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6BE83 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 131 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.16 |
| HSL | 42.65º | 0.5% | 0.68% | - |
| HSV(B) | 42.65º | 0.39% | 0.84% | - |
| XYZ | 50.24 | 52.76 | 29.01 | - |
| YUV | 190.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 131 | 0 | 0.11 | 0.39 | 0.16 | 42.65 | 0.5 | 0.68 |
| Hex | D6 | BE | 83 | 0 | B | 27 | 10 | 2B | 32 | 44 |
| Octal | 326 | 276 | 203 | 0 | 13 | 47 | 20 | 53 | 62 | 104 |
| Binary | 11010110 | 10111110 | 10000011 | 0 | 1011 | 100111 | 10000 | 101011 | 110010 | 1000100 |
Color Harmonies of #D6BE83
Complementary color
Monochromatic Colors of #D6BE83
Black with #D6BE83
Text Example
Text Example
White with #D6BE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE83; }
p { color: rgb(214,190,131); }
H1.HeaderClassName
{
color: #D6BE83;
}
.AnyTagClassName
{
color: #D6BE83;
}
</style>
background-color css
<style>
a { background-color: #D6BE83; }
a { background-color: rgb(214,190,131); }
div.DivClassName
{
background-color: #D6BE83;
}
.BgClassName
{
background-color: #D6BE83;
}
</style>
border-color css
<style>
span { border-color: #D6BE83; }
span { border-color: rgb(214,190,131); }
td.TdClassName
{
border-color: #D6BE83;
}
.TagClassName
{
border-color: #D6BE83;
}
</style>