Shades of Straw #D6C07B
Tints of Straw #D6C07B
RGB
CMYK
RGB Variations
Color information
#D6C07B (or 0xD6C07B) is known color: Straw. HEX triplet: D6, C0 and 7B. RGB value is (214,192,123). Sum of RGB (Red+Green+Blue) = 214+192+123=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C07B is #293F84. Grayscale: #BFBFBF. Windows color (decimal): -2703237 or 8110294. OLE color: 8110294.
HSL color Cylindrical-coordinate representation of color #D6C07B: hue angle of 45.49º 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 #D6C07B is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 123 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.16 |
| HSL | 45.49º | 0.53% | 0.66% | - |
| HSV(B) | 45.49º | 0.43% | 0.84% | - |
| XYZ | 50.16 | 53.43 | 26.41 | - |
| YUV | 190.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 123 | 0 | 0.10 | 0.43 | 0.16 | 45.49 | 0.53 | 0.66 |
| Hex | D6 | C0 | 7B | 0 | A | 2B | 10 | 2D | 35 | 42 |
| Octal | 326 | 300 | 173 | 0 | 12 | 53 | 20 | 55 | 65 | 102 |
| Binary | 11010110 | 11000000 | 1111011 | 0 | 1010 | 101011 | 10000 | 101101 | 110101 | 1000010 |
Color Harmonies of #D6C07B
Complementary color
Monochromatic Colors of #D6C07B
Black with #D6C07B
Text Example
Text Example
White with #D6C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C07B; }
p { color: rgb(214,192,123); }
H1.HeaderClassName
{
color: #D6C07B;
}
.AnyTagClassName
{
color: #D6C07B;
}
</style>
background-color css
<style>
a { background-color: #D6C07B; }
a { background-color: rgb(214,192,123); }
div.DivClassName
{
background-color: #D6C07B;
}
.BgClassName
{
background-color: #D6C07B;
}
</style>
border-color css
<style>
span { border-color: #D6C07B; }
span { border-color: rgb(214,192,123); }
td.TdClassName
{
border-color: #D6C07B;
}
.TagClassName
{
border-color: #D6C07B;
}
</style>