Shades of Wild Willow #CCDC53
Tints of Wild Willow #CCDC53
RGB
CMYK
RGB Variations
Color information
#CCDC53 (or 0xCCDC53) is known color: Wild Willow. HEX triplet: CC, DC and 53. RGB value is (204,220,83). Sum of RGB (Red+Green+Blue) = 204+220+83=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 83 (32.81% from 255 or 16.37% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC53 is #3323AC. Grayscale: #C8C8C8. Windows color (decimal): -3351469 or 5496012. OLE color: 5496012.
HSL color Cylindrical-coordinate representation of color #CCDC53: hue angle of 67.01º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCDC53 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 83 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.14 |
| HSL | 67.01º | 0.66% | 0.59% | - |
| HSV(B) | 67.01º | 0.62% | 0.86% | - |
| XYZ | 52.06 | 64.65 | 17.92 | - |
| YUV | 199.6 | 62.2 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 83 | 0.07 | 0 | 0.62 | 0.14 | 67.01 | 0.66 | 0.59 |
| Hex | CC | DC | 53 | 7 | 0 | 3E | E | 43 | 42 | 3B |
| Octal | 314 | 334 | 123 | 7 | 0 | 76 | 16 | 103 | 102 | 73 |
| Binary | 11001100 | 11011100 | 1010011 | 111 | 0 | 111110 | 1110 | 1000011 | 1000010 | 111011 |
Color Harmonies of #CCDC53
Complementary color
Monochromatic Colors of #CCDC53
Black with #CCDC53
Text Example
Text Example
White with #CCDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC53; }
p { color: rgb(204,220,83); }
H1.HeaderClassName
{
color: #CCDC53;
}
.AnyTagClassName
{
color: #CCDC53;
}
</style>
background-color css
<style>
a { background-color: #CCDC53; }
a { background-color: rgb(204,220,83); }
div.DivClassName
{
background-color: #CCDC53;
}
.BgClassName
{
background-color: #CCDC53;
}
</style>
border-color css
<style>
span { border-color: #CCDC53; }
span { border-color: rgb(204,220,83); }
td.TdClassName
{
border-color: #CCDC53;
}
.TagClassName
{
border-color: #CCDC53;
}
</style>