Shades of Winter Hazel #CDC78B
Tints of Winter Hazel #CDC78B
RGB
CMYK
RGB Variations
Color information
#CDC78B (or 0xCDC78B) is known color: Winter Hazel. HEX triplet: CD, C7 and 8B. RGB value is (205,199,139). Sum of RGB (Red+Green+Blue) = 205+199+139=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC78B is #323874. Grayscale: #C2C2C2. Windows color (decimal): -3291253 or 9160653. OLE color: 9160653.
HSL color Cylindrical-coordinate representation of color #CDC78B: hue angle of 54.55º 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 #CDC78B is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 139 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.20 |
| HSL | 54.55º | 0.4% | 0.67% | - |
| HSV(B) | 54.55º | 0.32% | 0.8% | - |
| XYZ | 50.26 | 55.69 | 32.53 | - |
| YUV | 193.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 139 | 0 | 0.03 | 0.32 | 0.20 | 54.55 | 0.4 | 0.67 |
| Hex | CD | C7 | 8B | 0 | 3 | 20 | 14 | 37 | 28 | 43 |
| Octal | 315 | 307 | 213 | 0 | 3 | 40 | 24 | 67 | 50 | 103 |
| Binary | 11001101 | 11000111 | 10001011 | 0 | 11 | 100000 | 10100 | 110111 | 101000 | 1000011 |
Color Harmonies of #CDC78B
Complementary color
Monochromatic Colors of #CDC78B
Black with #CDC78B
Text Example
Text Example
White with #CDC78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC78B; }
p { color: rgb(205,199,139); }
H1.HeaderClassName
{
color: #CDC78B;
}
.AnyTagClassName
{
color: #CDC78B;
}
</style>
background-color css
<style>
a { background-color: #CDC78B; }
a { background-color: rgb(205,199,139); }
div.DivClassName
{
background-color: #CDC78B;
}
.BgClassName
{
background-color: #CDC78B;
}
</style>
border-color css
<style>
span { border-color: #CDC78B; }
span { border-color: rgb(205,199,139); }
td.TdClassName
{
border-color: #CDC78B;
}
.TagClassName
{
border-color: #CDC78B;
}
</style>