Shades of Winter Hazel #D2C690
Tints of Winter Hazel #D2C690
RGB
CMYK
RGB Variations
Color information
#D2C690 (or 0xD2C690) is known color: Winter Hazel. HEX triplet: D2, C6 and 90. RGB value is (210,198,144). Sum of RGB (Red+Green+Blue) = 210+198+144=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C690 is #2D396F. Grayscale: #C3C3C3. Windows color (decimal): -2963824 or 9488082. OLE color: 9488082.
HSL color Cylindrical-coordinate representation of color #D2C690: hue angle of 49.09º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2C690 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 144 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.18 |
| HSL | 49.09º | 0.42% | 0.69% | - |
| HSV(B) | 49.09º | 0.31% | 0.82% | - |
| XYZ | 51.81 | 56.1 | 34.48 | - |
| YUV | 195.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 144 | 0 | 0.06 | 0.31 | 0.18 | 49.09 | 0.42 | 0.69 |
| Hex | D2 | C6 | 90 | 0 | 6 | 1F | 12 | 31 | 2A | 45 |
| Octal | 322 | 306 | 220 | 0 | 6 | 37 | 22 | 61 | 52 | 105 |
| Binary | 11010010 | 11000110 | 10010000 | 0 | 110 | 11111 | 10010 | 110001 | 101010 | 1000101 |
Color Harmonies of #D2C690
Complementary color
Monochromatic Colors of #D2C690
Black with #D2C690
Text Example
Text Example
White with #D2C690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C690; }
p { color: rgb(210,198,144); }
H1.HeaderClassName
{
color: #D2C690;
}
.AnyTagClassName
{
color: #D2C690;
}
</style>
background-color css
<style>
a { background-color: #D2C690; }
a { background-color: rgb(210,198,144); }
div.DivClassName
{
background-color: #D2C690;
}
.BgClassName
{
background-color: #D2C690;
}
</style>
border-color css
<style>
span { border-color: #D2C690; }
span { border-color: rgb(210,198,144); }
td.TdClassName
{
border-color: #D2C690;
}
.TagClassName
{
border-color: #D2C690;
}
</style>