Shades of Winter Hazel #D2C68A
Tints of Winter Hazel #D2C68A
RGB
CMYK
RGB Variations
Color information
#D2C68A (or 0xD2C68A) is known color: Winter Hazel. HEX triplet: D2, C6 and 8A. RGB value is (210,198,138). Sum of RGB (Red+Green+Blue) = 210+198+138=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 138 (54.30% from 255 or 25.27% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C68A is #2D3975. Grayscale: #C3C3C3. Windows color (decimal): -2963830 or 9094866. OLE color: 9094866.
HSL color Cylindrical-coordinate representation of color #D2C68A: hue angle of 50º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2C68A is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 138 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.18 |
| HSL | 50º | 0.44% | 0.68% | - |
| HSV(B) | 50º | 0.34% | 0.82% | - |
| XYZ | 51.36 | 55.92 | 32.13 | - |
| YUV | 194.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 138 | 0 | 0.06 | 0.34 | 0.18 | 50 | 0.44 | 0.68 |
| Hex | D2 | C6 | 8A | 0 | 6 | 22 | 12 | 32 | 2C | 44 |
| Octal | 322 | 306 | 212 | 0 | 6 | 42 | 22 | 62 | 54 | 104 |
| Binary | 11010010 | 11000110 | 10001010 | 0 | 110 | 100010 | 10010 | 110010 | 101100 | 1000100 |
Color Harmonies of #D2C68A
Complementary color
Monochromatic Colors of #D2C68A
Black with #D2C68A
Text Example
Text Example
White with #D2C68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C68A; }
p { color: rgb(210,198,138); }
H1.HeaderClassName
{
color: #D2C68A;
}
.AnyTagClassName
{
color: #D2C68A;
}
</style>
background-color css
<style>
a { background-color: #D2C68A; }
a { background-color: rgb(210,198,138); }
div.DivClassName
{
background-color: #D2C68A;
}
.BgClassName
{
background-color: #D2C68A;
}
</style>
border-color css
<style>
span { border-color: #D2C68A; }
span { border-color: rgb(210,198,138); }
td.TdClassName
{
border-color: #D2C68A;
}
.TagClassName
{
border-color: #D2C68A;
}
</style>