Shades of Pear #CCDD33
Tints of Pear #CCDD33
RGB
CMYK
RGB Variations
Color information
#CCDD33 (or 0xCCDD33) is known color: Pear. HEX triplet: CC, DD and 33. RGB value is (204,221,51). Sum of RGB (Red+Green+Blue) = 204+221+51=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD33 is #3322CC. Grayscale: #C5C5C5. Windows color (decimal): -3351245 or 3399116. OLE color: 3399116.
HSL color Cylindrical-coordinate representation of color #CCDD33: hue angle of 66º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCDD33 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 51 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.13 |
| HSL | 66º | 0.71% | 0.53% | - |
| HSV(B) | 66º | 0.77% | 0.87% | - |
| XYZ | 51.36 | 64.79 | 12.93 | - |
| YUV | 196.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 51 | 0.08 | 0 | 0.77 | 0.13 | 66 | 0.71 | 0.53 |
| Hex | CC | DD | 33 | 8 | 0 | 4D | D | 42 | 47 | 35 |
| Octal | 314 | 335 | 63 | 10 | 0 | 115 | 15 | 102 | 107 | 65 |
| Binary | 11001100 | 11011101 | 110011 | 1000 | 0 | 1001101 | 1101 | 1000010 | 1000111 | 110101 |
Color Harmonies of #CCDD33
Complementary color
Monochromatic Colors of #CCDD33
Black with #CCDD33
Text Example
Text Example
White with #CCDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD33; }
p { color: rgb(204,221,51); }
H1.HeaderClassName
{
color: #CCDD33;
}
.AnyTagClassName
{
color: #CCDD33;
}
</style>
background-color css
<style>
a { background-color: #CCDD33; }
a { background-color: rgb(204,221,51); }
div.DivClassName
{
background-color: #CCDD33;
}
.BgClassName
{
background-color: #CCDD33;
}
</style>
border-color css
<style>
span { border-color: #CCDD33; }
span { border-color: rgb(204,221,51); }
td.TdClassName
{
border-color: #CCDD33;
}
.TagClassName
{
border-color: #CCDD33;
}
</style>