Shades of Winter Hazel #D0C38F
Tints of Winter Hazel #D0C38F
RGB
CMYK
RGB Variations
Color information
#D0C38F (or 0xD0C38F) is known color: Winter Hazel. HEX triplet: D0, C3 and 8F. RGB value is (208,195,143). Sum of RGB (Red+Green+Blue) = 208+195+143=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C38F is #2F3C70. Grayscale: #C1C1C1. Windows color (decimal): -3095665 or 9421776. OLE color: 9421776.
HSL color Cylindrical-coordinate representation of color #D0C38F: hue angle of 48º degrees, saturation: 0.41, 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 #D0C38F is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 143 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.18 |
| HSL | 48º | 0.41% | 0.69% | - |
| HSV(B) | 48º | 0.31% | 0.82% | - |
| XYZ | 50.49 | 54.42 | 33.83 | - |
| YUV | 192.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 143 | 0 | 0.06 | 0.31 | 0.18 | 48 | 0.41 | 0.69 |
| Hex | D0 | C3 | 8F | 0 | 6 | 1F | 12 | 30 | 29 | 45 |
| Octal | 320 | 303 | 217 | 0 | 6 | 37 | 22 | 60 | 51 | 105 |
| Binary | 11010000 | 11000011 | 10001111 | 0 | 110 | 11111 | 10010 | 110000 | 101001 | 1000101 |
Color Harmonies of #D0C38F
Complementary color
Monochromatic Colors of #D0C38F
Black with #D0C38F
Text Example
Text Example
White with #D0C38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C38F; }
p { color: rgb(208,195,143); }
H1.HeaderClassName
{
color: #D0C38F;
}
.AnyTagClassName
{
color: #D0C38F;
}
</style>
background-color css
<style>
a { background-color: #D0C38F; }
a { background-color: rgb(208,195,143); }
div.DivClassName
{
background-color: #D0C38F;
}
.BgClassName
{
background-color: #D0C38F;
}
</style>
border-color css
<style>
span { border-color: #D0C38F; }
span { border-color: rgb(208,195,143); }
td.TdClassName
{
border-color: #D0C38F;
}
.TagClassName
{
border-color: #D0C38F;
}
</style>