Shades of Winter Hazel #CDC18D
Tints of Winter Hazel #CDC18D
RGB
CMYK
RGB Variations
Color information
#CDC18D (or 0xCDC18D) is known color: Winter Hazel. HEX triplet: CD, C1 and 8D. RGB value is (205,193,141). Sum of RGB (Red+Green+Blue) = 205+193+141=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC18D is #323E72. Grayscale: #BEBEBE. Windows color (decimal): -3292787 or 9290189. OLE color: 9290189.
HSL color Cylindrical-coordinate representation of color #CDC18D: hue angle of 48.75º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDC18D is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 141 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.20 |
| HSL | 48.75º | 0.39% | 0.68% | - |
| HSV(B) | 48.75º | 0.31% | 0.8% | - |
| XYZ | 49.05 | 53.04 | 32.85 | - |
| YUV | 190.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 141 | 0 | 0.06 | 0.31 | 0.20 | 48.75 | 0.39 | 0.68 |
| Hex | CD | C1 | 8D | 0 | 6 | 1F | 14 | 31 | 27 | 44 |
| Octal | 315 | 301 | 215 | 0 | 6 | 37 | 24 | 61 | 47 | 104 |
| Binary | 11001101 | 11000001 | 10001101 | 0 | 110 | 11111 | 10100 | 110001 | 100111 | 1000100 |
Color Harmonies of #CDC18D
Complementary color
Monochromatic Colors of #CDC18D
Black with #CDC18D
Text Example
Text Example
White with #CDC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC18D; }
p { color: rgb(205,193,141); }
H1.HeaderClassName
{
color: #CDC18D;
}
.AnyTagClassName
{
color: #CDC18D;
}
</style>
background-color css
<style>
a { background-color: #CDC18D; }
a { background-color: rgb(205,193,141); }
div.DivClassName
{
background-color: #CDC18D;
}
.BgClassName
{
background-color: #CDC18D;
}
</style>
border-color css
<style>
span { border-color: #CDC18D; }
span { border-color: rgb(205,193,141); }
td.TdClassName
{
border-color: #CDC18D;
}
.TagClassName
{
border-color: #CDC18D;
}
</style>