Shades of Winter Hazel #CDC78A
Tints of Winter Hazel #CDC78A
RGB
CMYK
RGB Variations
Color information
#CDC78A (or 0xCDC78A) is known color: Winter Hazel. HEX triplet: CD, C7 and 8A. RGB value is (205,199,138). Sum of RGB (Red+Green+Blue) = 205+199+138=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC78A is #323875. Grayscale: #C2C2C2. Windows color (decimal): -3291254 or 9095117. OLE color: 9095117.
HSL color Cylindrical-coordinate representation of color #CDC78A: hue angle of 54.63º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDC78A is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 199 | 138 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.20 |
| HSL | 54.63º | 0.4% | 0.67% | - |
| HSV(B) | 54.63º | 0.33% | 0.8% | - |
| XYZ | 50.19 | 55.66 | 32.14 | - |
| YUV | 193.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 138 | 0 | 0.03 | 0.33 | 0.20 | 54.63 | 0.4 | 0.67 |
| Hex | CD | C7 | 8A | 0 | 3 | 21 | 14 | 37 | 28 | 43 |
| Octal | 315 | 307 | 212 | 0 | 3 | 41 | 24 | 67 | 50 | 103 |
| Binary | 11001101 | 11000111 | 10001010 | 0 | 11 | 100001 | 10100 | 110111 | 101000 | 1000011 |
Color Harmonies of #CDC78A
Complementary color
Monochromatic Colors of #CDC78A
Black with #CDC78A
Text Example
Text Example
White with #CDC78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC78A; }
p { color: rgb(205,199,138); }
H1.HeaderClassName
{
color: #CDC78A;
}
.AnyTagClassName
{
color: #CDC78A;
}
</style>
background-color css
<style>
a { background-color: #CDC78A; }
a { background-color: rgb(205,199,138); }
div.DivClassName
{
background-color: #CDC78A;
}
.BgClassName
{
background-color: #CDC78A;
}
</style>
border-color css
<style>
span { border-color: #CDC78A; }
span { border-color: rgb(205,199,138); }
td.TdClassName
{
border-color: #CDC78A;
}
.TagClassName
{
border-color: #CDC78A;
}
</style>