Shades of Winter Hazel #D2C883
Tints of Winter Hazel #D2C883
RGB
CMYK
RGB Variations
Color information
#D2C883 (or 0xD2C883) is known color: Winter Hazel. HEX triplet: D2, C8 and 83. RGB value is (210,200,131). Sum of RGB (Red+Green+Blue) = 210+200+131=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C883 is #2D377C. Grayscale: #C3C3C3. Windows color (decimal): -2963325 or 8636626. OLE color: 8636626.
HSL color Cylindrical-coordinate representation of color #D2C883: hue angle of 52.41º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2C883 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 131 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.18 |
| HSL | 52.41º | 0.47% | 0.67% | - |
| HSV(B) | 52.41º | 0.38% | 0.82% | - |
| XYZ | 51.33 | 56.65 | 29.7 | - |
| YUV | 195.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 131 | 0 | 0.05 | 0.38 | 0.18 | 52.41 | 0.47 | 0.67 |
| Hex | D2 | C8 | 83 | 0 | 5 | 26 | 12 | 34 | 2F | 43 |
| Octal | 322 | 310 | 203 | 0 | 5 | 46 | 22 | 64 | 57 | 103 |
| Binary | 11010010 | 11001000 | 10000011 | 0 | 101 | 100110 | 10010 | 110100 | 101111 | 1000011 |
Color Harmonies of #D2C883
Complementary color
Monochromatic Colors of #D2C883
Black with #D2C883
Text Example
Text Example
White with #D2C883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C883; }
p { color: rgb(210,200,131); }
H1.HeaderClassName
{
color: #D2C883;
}
.AnyTagClassName
{
color: #D2C883;
}
</style>
background-color css
<style>
a { background-color: #D2C883; }
a { background-color: rgb(210,200,131); }
div.DivClassName
{
background-color: #D2C883;
}
.BgClassName
{
background-color: #D2C883;
}
</style>
border-color css
<style>
span { border-color: #D2C883; }
span { border-color: rgb(210,200,131); }
td.TdClassName
{
border-color: #D2C883;
}
.TagClassName
{
border-color: #D2C883;
}
</style>