Shades of Winter Hazel #CDC489
Tints of Winter Hazel #CDC489
RGB
CMYK
RGB Variations
Color information
#CDC489 (or 0xCDC489) is known color: Winter Hazel. HEX triplet: CD, C4 and 89. RGB value is (205,196,137). Sum of RGB (Red+Green+Blue) = 205+196+137=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 137 (53.91% from 255 or 25.46% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC489 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC489 is #323B76. Grayscale: #C0C0C0. Windows color (decimal): -3292023 or 9028813. OLE color: 9028813.
HSL color Cylindrical-coordinate representation of color #CDC489: hue angle of 52.06º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDC489 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 137 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.20 |
| HSL | 52.06º | 0.4% | 0.67% | - |
| HSV(B) | 52.06º | 0.33% | 0.8% | - |
| XYZ | 49.43 | 54.27 | 31.54 | - |
| YUV | 191.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 137 | 0 | 0.04 | 0.33 | 0.20 | 52.06 | 0.4 | 0.67 |
| Hex | CD | C4 | 89 | 0 | 4 | 21 | 14 | 34 | 28 | 43 |
| Octal | 315 | 304 | 211 | 0 | 4 | 41 | 24 | 64 | 50 | 103 |
| Binary | 11001101 | 11000100 | 10001001 | 0 | 100 | 100001 | 10100 | 110100 | 101000 | 1000011 |
Color Harmonies of #CDC489
Complementary color
Monochromatic Colors of #CDC489
Black with #CDC489
Text Example
Text Example
White with #CDC489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC489; }
p { color: rgb(205,196,137); }
H1.HeaderClassName
{
color: #CDC489;
}
.AnyTagClassName
{
color: #CDC489;
}
</style>
background-color css
<style>
a { background-color: #CDC489; }
a { background-color: rgb(205,196,137); }
div.DivClassName
{
background-color: #CDC489;
}
.BgClassName
{
background-color: #CDC489;
}
</style>
border-color css
<style>
span { border-color: #CDC489; }
span { border-color: rgb(205,196,137); }
td.TdClassName
{
border-color: #CDC489;
}
.TagClassName
{
border-color: #CDC489;
}
</style>