Shades of Inch Worm #CCDD08
Tints of Inch Worm #CCDD08
RGB
CMYK
RGB Variations
Color information
#CCDD08 (or 0xCCDD08) is known color: Inch Worm. HEX triplet: CC, DD and 08. RGB value is (204,221,8). Sum of RGB (Red+Green+Blue) = 204+221+8=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 221 (86.72% from 255 or 51.04% from 433); Blue value is 8 (3.52% from 255 or 1.85% from 433); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD08 is #3322F7. Grayscale: #C0C0C0. Windows color (decimal): -3351288 or 581068. OLE color: 581068.
HSL color Cylindrical-coordinate representation of color #CCDD08: hue angle of 64.79º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCDD08 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 8 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.13 |
| HSL | 64.79º | 0.93% | 0.45% | - |
| HSV(B) | 64.79º | 0.96% | 0.87% | - |
| XYZ | 50.8 | 64.57 | 10.02 | - |
| YUV | 191.64 | 24.37 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 8 | 0.08 | 0 | 0.96 | 0.13 | 64.79 | 0.93 | 0.45 |
| Hex | CC | DD | 8 | 8 | 0 | 60 | D | 41 | 5D | 2D |
| Octal | 314 | 335 | 10 | 10 | 0 | 140 | 15 | 101 | 135 | 55 |
| Binary | 11001100 | 11011101 | 1000 | 1000 | 0 | 1100000 | 1101 | 1000001 | 1011101 | 101101 |
Color Harmonies of #CCDD08
Complementary color
Monochromatic Colors of #CCDD08
Black with #CCDD08
Text Example
Text Example
White with #CCDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD08; }
p { color: rgb(204,221,8); }
H1.HeaderClassName
{
color: #CCDD08;
}
.AnyTagClassName
{
color: #CCDD08;
}
</style>
background-color css
<style>
a { background-color: #CCDD08; }
a { background-color: rgb(204,221,8); }
div.DivClassName
{
background-color: #CCDD08;
}
.BgClassName
{
background-color: #CCDD08;
}
</style>
border-color css
<style>
span { border-color: #CCDD08; }
span { border-color: rgb(204,221,8); }
td.TdClassName
{
border-color: #CCDD08;
}
.TagClassName
{
border-color: #CCDD08;
}
</style>