Shades of Pear #CCDC22
Tints of Pear #CCDC22
RGB
CMYK
RGB Variations
Color information
#CCDC22 (or 0xCCDC22) is known color: Pear. HEX triplet: CC, DC and 22. RGB value is (204,220,34). Sum of RGB (Red+Green+Blue) = 204+220+34=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 34 (13.67% from 255 or 7.42% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC22 is #3323DD. Grayscale: #C2C2C2. Windows color (decimal): -3351518 or 2284748. OLE color: 2284748.
HSL color Cylindrical-coordinate representation of color #CCDC22: hue angle of 65.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCDC22 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 34 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.14 |
| HSL | 65.16º | 0.73% | 0.5% | - |
| HSV(B) | 65.16º | 0.85% | 0.86% | - |
| XYZ | 50.78 | 64.14 | 11.22 | - |
| YUV | 194.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 34 | 0.07 | 0 | 0.85 | 0.14 | 65.16 | 0.73 | 0.5 |
| Hex | CC | DC | 22 | 7 | 0 | 55 | E | 41 | 49 | 32 |
| Octal | 314 | 334 | 42 | 7 | 0 | 125 | 16 | 101 | 111 | 62 |
| Binary | 11001100 | 11011100 | 100010 | 111 | 0 | 1010101 | 1110 | 1000001 | 1001001 | 110010 |
Color Harmonies of #CCDC22
Complementary color
Monochromatic Colors of #CCDC22
Black with #CCDC22
Text Example
Text Example
White with #CCDC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC22; }
p { color: rgb(204,220,34); }
H1.HeaderClassName
{
color: #CCDC22;
}
.AnyTagClassName
{
color: #CCDC22;
}
</style>
background-color css
<style>
a { background-color: #CCDC22; }
a { background-color: rgb(204,220,34); }
div.DivClassName
{
background-color: #CCDC22;
}
.BgClassName
{
background-color: #CCDC22;
}
</style>
border-color css
<style>
span { border-color: #CCDC22; }
span { border-color: rgb(204,220,34); }
td.TdClassName
{
border-color: #CCDC22;
}
.TagClassName
{
border-color: #CCDC22;
}
</style>