Shades of Pear #CCDD20
Tints of Pear #CCDD20
RGB
CMYK
RGB Variations
Color information
#CCDD20 (or 0xCCDD20) is known color: Pear. HEX triplet: CC, DD and 20. RGB value is (204,221,32). Sum of RGB (Red+Green+Blue) = 204+221+32=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD20 is #3322DF. Grayscale: #C3C3C3. Windows color (decimal): -3351264 or 2153932. OLE color: 2153932.
HSL color Cylindrical-coordinate representation of color #CCDD20: hue angle of 65.4º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCDD20 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 32 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.13 |
| HSL | 65.4º | 0.75% | 0.5% | - |
| HSV(B) | 65.4º | 0.86% | 0.87% | - |
| XYZ | 51.02 | 64.65 | 11.16 | - |
| YUV | 194.37 | 36.37 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 32 | 0.08 | 0 | 0.86 | 0.13 | 65.4 | 0.75 | 0.5 |
| Hex | CC | DD | 20 | 8 | 0 | 56 | D | 41 | 4B | 32 |
| Octal | 314 | 335 | 40 | 10 | 0 | 126 | 15 | 101 | 113 | 62 |
| Binary | 11001100 | 11011101 | 100000 | 1000 | 0 | 1010110 | 1101 | 1000001 | 1001011 | 110010 |
Color Harmonies of #CCDD20
Complementary color
Monochromatic Colors of #CCDD20
Black with #CCDD20
Text Example
Text Example
White with #CCDD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD20; }
p { color: rgb(204,221,32); }
H1.HeaderClassName
{
color: #CCDD20;
}
.AnyTagClassName
{
color: #CCDD20;
}
</style>
background-color css
<style>
a { background-color: #CCDD20; }
a { background-color: rgb(204,221,32); }
div.DivClassName
{
background-color: #CCDD20;
}
.BgClassName
{
background-color: #CCDD20;
}
</style>
border-color css
<style>
span { border-color: #CCDD20; }
span { border-color: rgb(204,221,32); }
td.TdClassName
{
border-color: #CCDD20;
}
.TagClassName
{
border-color: #CCDD20;
}
</style>