Shades of Winter Hazel #CDC38C
Tints of Winter Hazel #CDC38C
RGB
CMYK
RGB Variations
Color information
#CDC38C (or 0xCDC38C) is known color: Winter Hazel. HEX triplet: CD, C3 and 8C. RGB value is (205,195,140). Sum of RGB (Red+Green+Blue) = 205+195+140=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC38C is #323C73. Grayscale: #BFBFBF. Windows color (decimal): -3292276 or 9225165. OLE color: 9225165.
HSL color Cylindrical-coordinate representation of color #CDC38C: hue angle of 50.77º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDC38C is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 140 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.20 |
| HSL | 50.77º | 0.39% | 0.68% | - |
| HSV(B) | 50.77º | 0.32% | 0.8% | - |
| XYZ | 49.43 | 53.9 | 32.61 | - |
| YUV | 191.72 | 98.81 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 140 | 0 | 0.05 | 0.32 | 0.20 | 50.77 | 0.39 | 0.68 |
| Hex | CD | C3 | 8C | 0 | 5 | 20 | 14 | 33 | 27 | 44 |
| Octal | 315 | 303 | 214 | 0 | 5 | 40 | 24 | 63 | 47 | 104 |
| Binary | 11001101 | 11000011 | 10001100 | 0 | 101 | 100000 | 10100 | 110011 | 100111 | 1000100 |
Color Harmonies of #CDC38C
Complementary color
Monochromatic Colors of #CDC38C
Black with #CDC38C
Text Example
Text Example
White with #CDC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC38C; }
p { color: rgb(205,195,140); }
H1.HeaderClassName
{
color: #CDC38C;
}
.AnyTagClassName
{
color: #CDC38C;
}
</style>
background-color css
<style>
a { background-color: #CDC38C; }
a { background-color: rgb(205,195,140); }
div.DivClassName
{
background-color: #CDC38C;
}
.BgClassName
{
background-color: #CDC38C;
}
</style>
border-color css
<style>
span { border-color: #CDC38C; }
span { border-color: rgb(205,195,140); }
td.TdClassName
{
border-color: #CDC38C;
}
.TagClassName
{
border-color: #CDC38C;
}
</style>