Shades of Wild Willow #CCDC52
Tints of Wild Willow #CCDC52
RGB
CMYK
RGB Variations
Color information
#CCDC52 (or 0xCCDC52) is known color: Wild Willow. HEX triplet: CC, DC and 52. RGB value is (204,220,82). Sum of RGB (Red+Green+Blue) = 204+220+82=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC52 is #3323AD. Grayscale: #C8C8C8. Windows color (decimal): -3351470 or 5430476. OLE color: 5430476.
HSL color Cylindrical-coordinate representation of color #CCDC52: hue angle of 66.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCDC52 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 82 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.14 |
| HSL | 66.96º | 0.66% | 0.59% | - |
| HSV(B) | 66.96º | 0.63% | 0.86% | - |
| XYZ | 52.02 | 64.63 | 17.72 | - |
| YUV | 199.48 | 61.7 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 82 | 0.07 | 0 | 0.63 | 0.14 | 66.96 | 0.66 | 0.59 |
| Hex | CC | DC | 52 | 7 | 0 | 3F | E | 43 | 42 | 3B |
| Octal | 314 | 334 | 122 | 7 | 0 | 77 | 16 | 103 | 102 | 73 |
| Binary | 11001100 | 11011100 | 1010010 | 111 | 0 | 111111 | 1110 | 1000011 | 1000010 | 111011 |
Color Harmonies of #CCDC52
Complementary color
Monochromatic Colors of #CCDC52
Black with #CCDC52
Text Example
Text Example
White with #CCDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC52; }
p { color: rgb(204,220,82); }
H1.HeaderClassName
{
color: #CCDC52;
}
.AnyTagClassName
{
color: #CCDC52;
}
</style>
background-color css
<style>
a { background-color: #CCDC52; }
a { background-color: rgb(204,220,82); }
div.DivClassName
{
background-color: #CCDC52;
}
.BgClassName
{
background-color: #CCDC52;
}
</style>
border-color css
<style>
span { border-color: #CCDC52; }
span { border-color: rgb(204,220,82); }
td.TdClassName
{
border-color: #CCDC52;
}
.TagClassName
{
border-color: #CCDC52;
}
</style>