Shades of Pear #CCDD31
Tints of Pear #CCDD31
RGB
CMYK
RGB Variations
Color information
#CCDD31 (or 0xCCDD31) is known color: Pear. HEX triplet: CC, DD and 31. RGB value is (204,221,49). Sum of RGB (Red+Green+Blue) = 204+221+49=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD31 is #3322CE. Grayscale: #C4C4C4. Windows color (decimal): -3351247 or 3268044. OLE color: 3268044.
HSL color Cylindrical-coordinate representation of color #CCDD31: hue angle of 65.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCDD31 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 49 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.13 |
| HSL | 65.93º | 0.72% | 0.53% | - |
| HSV(B) | 65.93º | 0.78% | 0.87% | - |
| XYZ | 51.31 | 64.77 | 12.7 | - |
| YUV | 196.31 | 44.87 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 49 | 0.08 | 0 | 0.78 | 0.13 | 65.93 | 0.72 | 0.53 |
| Hex | CC | DD | 31 | 8 | 0 | 4E | D | 42 | 48 | 35 |
| Octal | 314 | 335 | 61 | 10 | 0 | 116 | 15 | 102 | 110 | 65 |
| Binary | 11001100 | 11011101 | 110001 | 1000 | 0 | 1001110 | 1101 | 1000010 | 1001000 | 110101 |
Color Harmonies of #CCDD31
Complementary color
Monochromatic Colors of #CCDD31
Black with #CCDD31
Text Example
Text Example
White with #CCDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD31; }
p { color: rgb(204,221,49); }
H1.HeaderClassName
{
color: #CCDD31;
}
.AnyTagClassName
{
color: #CCDD31;
}
</style>
background-color css
<style>
a { background-color: #CCDD31; }
a { background-color: rgb(204,221,49); }
div.DivClassName
{
background-color: #CCDD31;
}
.BgClassName
{
background-color: #CCDD31;
}
</style>
border-color css
<style>
span { border-color: #CCDD31; }
span { border-color: rgb(204,221,49); }
td.TdClassName
{
border-color: #CCDD31;
}
.TagClassName
{
border-color: #CCDD31;
}
</style>