Shades of Winter Hazel #CDC68F
Tints of Winter Hazel #CDC68F
RGB
CMYK
RGB Variations
Color information
#CDC68F (or 0xCDC68F) is known color: Winter Hazel. HEX triplet: CD, C6 and 8F. RGB value is (205,198,143). Sum of RGB (Red+Green+Blue) = 205+198+143=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC68F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC68F is #323970. Grayscale: #C2C2C2. Windows color (decimal): -3291505 or 9422541. OLE color: 9422541.
HSL color Cylindrical-coordinate representation of color #CDC68F: hue angle of 53.23º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDC68F is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 143 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.20 |
| HSL | 53.23º | 0.38% | 0.68% | - |
| HSV(B) | 53.23º | 0.3% | 0.8% | - |
| XYZ | 50.33 | 55.35 | 34.02 | - |
| YUV | 193.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 143 | 0 | 0.03 | 0.30 | 0.20 | 53.23 | 0.38 | 0.68 |
| Hex | CD | C6 | 8F | 0 | 3 | 1E | 14 | 35 | 26 | 44 |
| Octal | 315 | 306 | 217 | 0 | 3 | 36 | 24 | 65 | 46 | 104 |
| Binary | 11001101 | 11000110 | 10001111 | 0 | 11 | 11110 | 10100 | 110101 | 100110 | 1000100 |
Color Harmonies of #CDC68F
Complementary color
Monochromatic Colors of #CDC68F
Black with #CDC68F
Text Example
Text Example
White with #CDC68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC68F; }
p { color: rgb(205,198,143); }
H1.HeaderClassName
{
color: #CDC68F;
}
.AnyTagClassName
{
color: #CDC68F;
}
</style>
background-color css
<style>
a { background-color: #CDC68F; }
a { background-color: rgb(205,198,143); }
div.DivClassName
{
background-color: #CDC68F;
}
.BgClassName
{
background-color: #CDC68F;
}
</style>
border-color css
<style>
span { border-color: #CDC68F; }
span { border-color: rgb(205,198,143); }
td.TdClassName
{
border-color: #CDC68F;
}
.TagClassName
{
border-color: #CDC68F;
}
</style>