Shades of Winter Hazel #CDC274
Tints of Winter Hazel #CDC274
RGB
CMYK
RGB Variations
Color information
#CDC274 (or 0xCDC274) is known color: Winter Hazel. HEX triplet: CD, C2 and 74. RGB value is (205,194,116). Sum of RGB (Red+Green+Blue) = 205+194+116=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 194 (76.17% from 255 or 37.67% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC274 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC274 is #323D8B. Grayscale: #BCBCBC. Windows color (decimal): -3292556 or 7652045. OLE color: 7652045.
HSL color Cylindrical-coordinate representation of color #CDC274: hue angle of 52.58º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDC274 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 116 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.20 |
| HSL | 52.58º | 0.47% | 0.63% | - |
| HSV(B) | 52.58º | 0.43% | 0.8% | - |
| XYZ | 47.62 | 52.82 | 24.21 | - |
| YUV | 188.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 116 | 0 | 0.05 | 0.43 | 0.20 | 52.58 | 0.47 | 0.63 |
| Hex | CD | C2 | 74 | 0 | 5 | 2B | 14 | 35 | 2F | 3F |
| Octal | 315 | 302 | 164 | 0 | 5 | 53 | 24 | 65 | 57 | 77 |
| Binary | 11001101 | 11000010 | 1110100 | 0 | 101 | 101011 | 10100 | 110101 | 101111 | 111111 |
Color Harmonies of #CDC274
Complementary color
Monochromatic Colors of #CDC274
Black with #CDC274
Text Example
Text Example
White with #CDC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC274; }
p { color: rgb(205,194,116); }
H1.HeaderClassName
{
color: #CDC274;
}
.AnyTagClassName
{
color: #CDC274;
}
</style>
background-color css
<style>
a { background-color: #CDC274; }
a { background-color: rgb(205,194,116); }
div.DivClassName
{
background-color: #CDC274;
}
.BgClassName
{
background-color: #CDC274;
}
</style>
border-color css
<style>
span { border-color: #CDC274; }
span { border-color: rgb(205,194,116); }
td.TdClassName
{
border-color: #CDC274;
}
.TagClassName
{
border-color: #CDC274;
}
</style>