Shades of Winter Hazel #CDC389
Tints of Winter Hazel #CDC389
RGB
CMYK
RGB Variations
Color information
#CDC389 (or 0xCDC389) is known color: Winter Hazel. HEX triplet: CD, C3 and 89. RGB value is (205,195,137). Sum of RGB (Red+Green+Blue) = 205+195+137=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC389 is #323C76. Grayscale: #BFBFBF. Windows color (decimal): -3292279 or 9028557. OLE color: 9028557.
HSL color Cylindrical-coordinate representation of color #CDC389: hue angle of 51.18º 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 #CDC389 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 137 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.20 |
| HSL | 51.18º | 0.4% | 0.67% | - |
| HSV(B) | 51.18º | 0.33% | 0.8% | - |
| XYZ | 49.21 | 53.82 | 31.46 | - |
| YUV | 191.38 | 97.31 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 137 | 0 | 0.05 | 0.33 | 0.20 | 51.18 | 0.4 | 0.67 |
| Hex | CD | C3 | 89 | 0 | 5 | 21 | 14 | 33 | 28 | 43 |
| Octal | 315 | 303 | 211 | 0 | 5 | 41 | 24 | 63 | 50 | 103 |
| Binary | 11001101 | 11000011 | 10001001 | 0 | 101 | 100001 | 10100 | 110011 | 101000 | 1000011 |
Color Harmonies of #CDC389
Complementary color
Monochromatic Colors of #CDC389
Black with #CDC389
Text Example
Text Example
White with #CDC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC389; }
p { color: rgb(205,195,137); }
H1.HeaderClassName
{
color: #CDC389;
}
.AnyTagClassName
{
color: #CDC389;
}
</style>
background-color css
<style>
a { background-color: #CDC389; }
a { background-color: rgb(205,195,137); }
div.DivClassName
{
background-color: #CDC389;
}
.BgClassName
{
background-color: #CDC389;
}
</style>
border-color css
<style>
span { border-color: #CDC389; }
span { border-color: rgb(205,195,137); }
td.TdClassName
{
border-color: #CDC389;
}
.TagClassName
{
border-color: #CDC389;
}
</style>