Shades of Winter Hazel #CDC68B
Tints of Winter Hazel #CDC68B
RGB
CMYK
RGB Variations
Color information
#CDC68B (or 0xCDC68B) is known color: Winter Hazel. HEX triplet: CD, C6 and 8B. RGB value is (205,198,139). Sum of RGB (Red+Green+Blue) = 205+198+139=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 139 (54.69% from 255 or 25.65% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC68B is #323974. Grayscale: #C1C1C1. Windows color (decimal): -3291509 or 9160397. OLE color: 9160397.
HSL color Cylindrical-coordinate representation of color #CDC68B: hue angle of 53.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CDC68B is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 139 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.20 |
| HSL | 53.64º | 0.4% | 0.67% | - |
| HSV(B) | 53.64º | 0.32% | 0.8% | - |
| XYZ | 50.03 | 55.23 | 32.45 | - |
| YUV | 193.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 139 | 0 | 0.03 | 0.32 | 0.20 | 53.64 | 0.4 | 0.67 |
| Hex | CD | C6 | 8B | 0 | 3 | 20 | 14 | 36 | 28 | 43 |
| Octal | 315 | 306 | 213 | 0 | 3 | 40 | 24 | 66 | 50 | 103 |
| Binary | 11001101 | 11000110 | 10001011 | 0 | 11 | 100000 | 10100 | 110110 | 101000 | 1000011 |
Color Harmonies of #CDC68B
Complementary color
Monochromatic Colors of #CDC68B
Black with #CDC68B
Text Example
Text Example
White with #CDC68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC68B; }
p { color: rgb(205,198,139); }
H1.HeaderClassName
{
color: #CDC68B;
}
.AnyTagClassName
{
color: #CDC68B;
}
</style>
background-color css
<style>
a { background-color: #CDC68B; }
a { background-color: rgb(205,198,139); }
div.DivClassName
{
background-color: #CDC68B;
}
.BgClassName
{
background-color: #CDC68B;
}
</style>
border-color css
<style>
span { border-color: #CDC68B; }
span { border-color: rgb(205,198,139); }
td.TdClassName
{
border-color: #CDC68B;
}
.TagClassName
{
border-color: #CDC68B;
}
</style>