Shades of Pear #CCDD22
Tints of Pear #CCDD22
RGB
CMYK
RGB Variations
Color information
#CCDD22 (or 0xCCDD22) is known color: Pear. HEX triplet: CC, DD and 22. RGB value is (204,221,34). Sum of RGB (Red+Green+Blue) = 204+221+34=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 34 (13.67% from 255 or 7.41% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD22 is #3322DD. Grayscale: #C3C3C3. Windows color (decimal): -3351262 or 2285004. OLE color: 2285004.
HSL color Cylindrical-coordinate representation of color #CCDD22: hue angle of 65.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCDD22 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 34 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.13 |
| HSL | 65.45º | 0.73% | 0.5% | - |
| HSV(B) | 65.45º | 0.85% | 0.87% | - |
| XYZ | 51.05 | 64.67 | 11.3 | - |
| YUV | 194.6 | 37.37 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 34 | 0.08 | 0 | 0.85 | 0.13 | 65.45 | 0.73 | 0.5 |
| Hex | CC | DD | 22 | 8 | 0 | 55 | D | 41 | 49 | 32 |
| Octal | 314 | 335 | 42 | 10 | 0 | 125 | 15 | 101 | 111 | 62 |
| Binary | 11001100 | 11011101 | 100010 | 1000 | 0 | 1010101 | 1101 | 1000001 | 1001001 | 110010 |
Color Harmonies of #CCDD22
Complementary color
Monochromatic Colors of #CCDD22
Black with #CCDD22
Text Example
Text Example
White with #CCDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD22; }
p { color: rgb(204,221,34); }
H1.HeaderClassName
{
color: #CCDD22;
}
.AnyTagClassName
{
color: #CCDD22;
}
</style>
background-color css
<style>
a { background-color: #CCDD22; }
a { background-color: rgb(204,221,34); }
div.DivClassName
{
background-color: #CCDD22;
}
.BgClassName
{
background-color: #CCDD22;
}
</style>
border-color css
<style>
span { border-color: #CCDD22; }
span { border-color: rgb(204,221,34); }
td.TdClassName
{
border-color: #CCDD22;
}
.TagClassName
{
border-color: #CCDD22;
}
</style>