Shades of Wild Willow #CCCD54
Tints of Wild Willow #CCCD54
RGB
CMYK
RGB Variations
Color information
#CCCD54 (or 0xCCCD54) is known color: Wild Willow. HEX triplet: CC, CD and 54. RGB value is (204,205,84). Sum of RGB (Red+Green+Blue) = 204+205+84=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD54 is #3332AB. Grayscale: #BFBFBF. Windows color (decimal): -3355308 or 5557708. OLE color: 5557708.
HSL color Cylindrical-coordinate representation of color #CCCD54: hue angle of 60.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCCD54 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 84 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.20 |
| HSL | 60.5º | 0.55% | 0.57% | - |
| HSV(B) | 60.5º | 0.59% | 0.8% | - |
| XYZ | 48.33 | 57.14 | 16.87 | - |
| YUV | 190.91 | 67.67 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 84 | 0.00 | 0 | 0.59 | 0.20 | 60.5 | 0.55 | 0.57 |
| Hex | CC | CD | 54 | 0 | 0 | 3B | 14 | 3C | 37 | 39 |
| Octal | 314 | 315 | 124 | 0 | 0 | 73 | 24 | 74 | 67 | 71 |
| Binary | 11001100 | 11001101 | 1010100 | 0 | 0 | 111011 | 10100 | 111100 | 110111 | 111001 |
Color Harmonies of #CCCD54
Complementary color
Monochromatic Colors of #CCCD54
Black with #CCCD54
Text Example
Text Example
White with #CCCD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD54; }
p { color: rgb(204,205,84); }
H1.HeaderClassName
{
color: #CCCD54;
}
.AnyTagClassName
{
color: #CCCD54;
}
</style>
background-color css
<style>
a { background-color: #CCCD54; }
a { background-color: rgb(204,205,84); }
div.DivClassName
{
background-color: #CCCD54;
}
.BgClassName
{
background-color: #CCCD54;
}
</style>
border-color css
<style>
span { border-color: #CCCD54; }
span { border-color: rgb(204,205,84); }
td.TdClassName
{
border-color: #CCCD54;
}
.TagClassName
{
border-color: #CCCD54;
}
</style>