Shades of Straw #D6C083
Tints of Straw #D6C083
RGB
CMYK
RGB Variations
Color information
#D6C083 (or 0xD6C083) is known color: Straw. HEX triplet: D6, C0 and 83. RGB value is (214,192,131). Sum of RGB (Red+Green+Blue) = 214+192+131=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C083 is #293F7C. Grayscale: #BFBFBF. Windows color (decimal): -2703229 or 8634582. OLE color: 8634582.
HSL color Cylindrical-coordinate representation of color #D6C083: hue angle of 44.1º 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 #D6C083 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 131 | - |
| CMYK | 0 | 0.10 | 0.39 | 0.16 |
| HSL | 44.1º | 0.5% | 0.68% | - |
| HSV(B) | 44.1º | 0.39% | 0.84% | - |
| XYZ | 50.68 | 53.63 | 29.15 | - |
| YUV | 191.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 131 | 0 | 0.10 | 0.39 | 0.16 | 44.1 | 0.5 | 0.68 |
| Hex | D6 | C0 | 83 | 0 | A | 27 | 10 | 2C | 32 | 44 |
| Octal | 326 | 300 | 203 | 0 | 12 | 47 | 20 | 54 | 62 | 104 |
| Binary | 11010110 | 11000000 | 10000011 | 0 | 1010 | 100111 | 10000 | 101100 | 110010 | 1000100 |
Color Harmonies of #D6C083
Complementary color
Monochromatic Colors of #D6C083
Black with #D6C083
Text Example
Text Example
White with #D6C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C083; }
p { color: rgb(214,192,131); }
H1.HeaderClassName
{
color: #D6C083;
}
.AnyTagClassName
{
color: #D6C083;
}
</style>
background-color css
<style>
a { background-color: #D6C083; }
a { background-color: rgb(214,192,131); }
div.DivClassName
{
background-color: #D6C083;
}
.BgClassName
{
background-color: #D6C083;
}
</style>
border-color css
<style>
span { border-color: #D6C083; }
span { border-color: rgb(214,192,131); }
td.TdClassName
{
border-color: #D6C083;
}
.TagClassName
{
border-color: #D6C083;
}
</style>