Shades of Winter Hazel #D6C88B
Tints of Winter Hazel #D6C88B
RGB
CMYK
RGB Variations
Color information
#D6C88B (or 0xD6C88B) is known color: Winter Hazel. HEX triplet: D6, C8 and 8B. RGB value is (214,200,139). Sum of RGB (Red+Green+Blue) = 214+200+139=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C88B is #293774. Grayscale: #C5C5C5. Windows color (decimal): -2701173 or 9160918. OLE color: 9160918.
HSL color Cylindrical-coordinate representation of color #D6C88B: hue angle of 48.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6C88B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 139 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.16 |
| HSL | 48.8º | 0.48% | 0.69% | - |
| HSV(B) | 48.8º | 0.35% | 0.84% | - |
| XYZ | 53.05 | 57.47 | 32.72 | - |
| YUV | 197.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 139 | 0 | 0.07 | 0.35 | 0.16 | 48.8 | 0.48 | 0.69 |
| Hex | D6 | C8 | 8B | 0 | 7 | 23 | 10 | 31 | 30 | 45 |
| Octal | 326 | 310 | 213 | 0 | 7 | 43 | 20 | 61 | 60 | 105 |
| Binary | 11010110 | 11001000 | 10001011 | 0 | 111 | 100011 | 10000 | 110001 | 110000 | 1000101 |
Color Harmonies of #D6C88B
Complementary color
Monochromatic Colors of #D6C88B
Black with #D6C88B
Text Example
Text Example
White with #D6C88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C88B; }
p { color: rgb(214,200,139); }
H1.HeaderClassName
{
color: #D6C88B;
}
.AnyTagClassName
{
color: #D6C88B;
}
</style>
background-color css
<style>
a { background-color: #D6C88B; }
a { background-color: rgb(214,200,139); }
div.DivClassName
{
background-color: #D6C88B;
}
.BgClassName
{
background-color: #D6C88B;
}
</style>
border-color css
<style>
span { border-color: #D6C88B; }
span { border-color: rgb(214,200,139); }
td.TdClassName
{
border-color: #D6C88B;
}
.TagClassName
{
border-color: #D6C88B;
}
</style>