Shades of Pear #CCDD2A
Tints of Pear #CCDD2A
RGB
CMYK
RGB Variations
Color information
#CCDD2A (or 0xCCDD2A) is known color: Pear. HEX triplet: CC, DD and 2A. RGB value is (204,221,42). Sum of RGB (Red+Green+Blue) = 204+221+42=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD2A is #3322D5. Grayscale: #C4C4C4. Windows color (decimal): -3351254 or 2809292. OLE color: 2809292.
HSL color Cylindrical-coordinate representation of color #CCDD2A: hue angle of 65.7º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCDD2A is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 42 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.13 |
| HSL | 65.7º | 0.72% | 0.52% | - |
| HSV(B) | 65.7º | 0.81% | 0.87% | - |
| XYZ | 51.18 | 64.72 | 11.98 | - |
| YUV | 195.51 | 41.37 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 42 | 0.08 | 0 | 0.81 | 0.13 | 65.7 | 0.72 | 0.52 |
| Hex | CC | DD | 2A | 8 | 0 | 51 | D | 42 | 48 | 34 |
| Octal | 314 | 335 | 52 | 10 | 0 | 121 | 15 | 102 | 110 | 64 |
| Binary | 11001100 | 11011101 | 101010 | 1000 | 0 | 1010001 | 1101 | 1000010 | 1001000 | 110100 |
Color Harmonies of #CCDD2A
Complementary color
Monochromatic Colors of #CCDD2A
Black with #CCDD2A
Text Example
Text Example
White with #CCDD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD2A; }
p { color: rgb(204,221,42); }
H1.HeaderClassName
{
color: #CCDD2A;
}
.AnyTagClassName
{
color: #CCDD2A;
}
</style>
background-color css
<style>
a { background-color: #CCDD2A; }
a { background-color: rgb(204,221,42); }
div.DivClassName
{
background-color: #CCDD2A;
}
.BgClassName
{
background-color: #CCDD2A;
}
</style>
border-color css
<style>
span { border-color: #CCDD2A; }
span { border-color: rgb(204,221,42); }
td.TdClassName
{
border-color: #CCDD2A;
}
.TagClassName
{
border-color: #CCDD2A;
}
</style>