Shades of Winter Hazel #D1C68B
Tints of Winter Hazel #D1C68B
RGB
CMYK
RGB Variations
Color information
#D1C68B (or 0xD1C68B) is known color: Winter Hazel. HEX triplet: D1, C6 and 8B. RGB value is (209,198,139). Sum of RGB (Red+Green+Blue) = 209+198+139=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1C68B is #2E3974. Grayscale: #C2C2C2. Windows color (decimal): -3029365 or 9160401. OLE color: 9160401.
HSL color Cylindrical-coordinate representation of color #D1C68B: hue angle of 50.57º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1C68B is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 198 | 139 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.18 |
| HSL | 50.57º | 0.43% | 0.68% | - |
| HSV(B) | 50.57º | 0.33% | 0.82% | - |
| XYZ | 51.15 | 55.81 | 32.5 | - |
| YUV | 194.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 198 | 139 | 0 | 0.05 | 0.33 | 0.18 | 50.57 | 0.43 | 0.68 |
| Hex | D1 | C6 | 8B | 0 | 5 | 21 | 12 | 33 | 2B | 44 |
| Octal | 321 | 306 | 213 | 0 | 5 | 41 | 22 | 63 | 53 | 104 |
| Binary | 11010001 | 11000110 | 10001011 | 0 | 101 | 100001 | 10010 | 110011 | 101011 | 1000100 |
Color Harmonies of #D1C68B
Complementary color
Monochromatic Colors of #D1C68B
Black with #D1C68B
Text Example
Text Example
White with #D1C68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C68B; }
p { color: rgb(209,198,139); }
H1.HeaderClassName
{
color: #D1C68B;
}
.AnyTagClassName
{
color: #D1C68B;
}
</style>
background-color css
<style>
a { background-color: #D1C68B; }
a { background-color: rgb(209,198,139); }
div.DivClassName
{
background-color: #D1C68B;
}
.BgClassName
{
background-color: #D1C68B;
}
</style>
border-color css
<style>
span { border-color: #D1C68B; }
span { border-color: rgb(209,198,139); }
td.TdClassName
{
border-color: #D1C68B;
}
.TagClassName
{
border-color: #D1C68B;
}
</style>