Shades of Wild Willow #CCCD68
Tints of Wild Willow #CCCD68
RGB
CMYK
RGB Variations
Color information
#CCCD68 (or 0xCCCD68) is known color: Wild Willow. HEX triplet: CC, CD and 68. RGB value is (204,205,104). Sum of RGB (Red+Green+Blue) = 204+205+104=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 205 (80.47% from 255 or 39.96% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD68 is #333297. Grayscale: #C1C1C1. Windows color (decimal): -3355288 or 6868428. OLE color: 6868428.
HSL color Cylindrical-coordinate representation of color #CCCD68: hue angle of 60.59º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCCD68 is Cyan = 0.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 104 | - |
| CMYK | 0.00 | 0 | 0.49 | 0.20 |
| HSL | 60.59º | 0.5% | 0.61% | - |
| HSV(B) | 60.59º | 0.49% | 0.8% | - |
| XYZ | 49.23 | 57.5 | 21.6 | - |
| YUV | 193.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 104 | 0.00 | 0 | 0.49 | 0.20 | 60.59 | 0.5 | 0.61 |
| Hex | CC | CD | 68 | 0 | 0 | 31 | 14 | 3D | 32 | 3D |
| Octal | 314 | 315 | 150 | 0 | 0 | 61 | 24 | 75 | 62 | 75 |
| Binary | 11001100 | 11001101 | 1101000 | 0 | 0 | 110001 | 10100 | 111101 | 110010 | 111101 |
Color Harmonies of #CCCD68
Complementary color
Monochromatic Colors of #CCCD68
Black with #CCCD68
Text Example
Text Example
White with #CCCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD68; }
p { color: rgb(204,205,104); }
H1.HeaderClassName
{
color: #CCCD68;
}
.AnyTagClassName
{
color: #CCCD68;
}
</style>
background-color css
<style>
a { background-color: #CCCD68; }
a { background-color: rgb(204,205,104); }
div.DivClassName
{
background-color: #CCCD68;
}
.BgClassName
{
background-color: #CCCD68;
}
</style>
border-color css
<style>
span { border-color: #CCCD68; }
span { border-color: rgb(204,205,104); }
td.TdClassName
{
border-color: #CCCD68;
}
.TagClassName
{
border-color: #CCCD68;
}
</style>