Shades of Winter Hazel #D4C18A
Tints of Winter Hazel #D4C18A
RGB
CMYK
RGB Variations
Color information
#D4C18A (or 0xD4C18A) is known color: Winter Hazel. HEX triplet: D4, C1 and 8A. RGB value is (212,193,138). Sum of RGB (Red+Green+Blue) = 212+193+138=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C18A is #2B3E75. Grayscale: #C0C0C0. Windows color (decimal): -2834038 or 9093588. OLE color: 9093588.
HSL color Cylindrical-coordinate representation of color #D4C18A: hue angle of 44.59º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4C18A is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 193 | 138 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.17 |
| HSL | 44.59º | 0.46% | 0.69% | - |
| HSV(B) | 44.59º | 0.35% | 0.83% | - |
| XYZ | 50.81 | 53.97 | 31.78 | - |
| YUV | 192.41 | 97.29 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 193 | 138 | 0 | 0.09 | 0.35 | 0.17 | 44.59 | 0.46 | 0.69 |
| Hex | D4 | C1 | 8A | 0 | 9 | 23 | 11 | 2D | 2E | 45 |
| Octal | 324 | 301 | 212 | 0 | 11 | 43 | 21 | 55 | 56 | 105 |
| Binary | 11010100 | 11000001 | 10001010 | 0 | 1001 | 100011 | 10001 | 101101 | 101110 | 1000101 |
Color Harmonies of #D4C18A
Complementary color
Monochromatic Colors of #D4C18A
Black with #D4C18A
Text Example
Text Example
White with #D4C18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C18A; }
p { color: rgb(212,193,138); }
H1.HeaderClassName
{
color: #D4C18A;
}
.AnyTagClassName
{
color: #D4C18A;
}
</style>
background-color css
<style>
a { background-color: #D4C18A; }
a { background-color: rgb(212,193,138); }
div.DivClassName
{
background-color: #D4C18A;
}
.BgClassName
{
background-color: #D4C18A;
}
</style>
border-color css
<style>
span { border-color: #D4C18A; }
span { border-color: rgb(212,193,138); }
td.TdClassName
{
border-color: #D4C18A;
}
.TagClassName
{
border-color: #D4C18A;
}
</style>