Shades of Pear #CCDD26
Tints of Pear #CCDD26
RGB
CMYK
RGB Variations
Color information
#CCDD26 (or 0xCCDD26) is known color: Pear. HEX triplet: CC, DD and 26. RGB value is (204,221,38). Sum of RGB (Red+Green+Blue) = 204+221+38=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD26 is #3322D9. Grayscale: #C3C3C3. Windows color (decimal): -3351258 or 2547148. OLE color: 2547148.
HSL color Cylindrical-coordinate representation of color #CCDD26: hue angle of 65.57º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCDD26 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 38 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.13 |
| HSL | 65.57º | 0.73% | 0.51% | - |
| HSV(B) | 65.57º | 0.83% | 0.87% | - |
| XYZ | 51.11 | 64.69 | 11.63 | - |
| YUV | 195.06 | 39.37 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 38 | 0.08 | 0 | 0.83 | 0.13 | 65.57 | 0.73 | 0.51 |
| Hex | CC | DD | 26 | 8 | 0 | 53 | D | 42 | 49 | 33 |
| Octal | 314 | 335 | 46 | 10 | 0 | 123 | 15 | 102 | 111 | 63 |
| Binary | 11001100 | 11011101 | 100110 | 1000 | 0 | 1010011 | 1101 | 1000010 | 1001001 | 110011 |
Color Harmonies of #CCDD26
Complementary color
Monochromatic Colors of #CCDD26
Black with #CCDD26
Text Example
Text Example
White with #CCDD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD26; }
p { color: rgb(204,221,38); }
H1.HeaderClassName
{
color: #CCDD26;
}
.AnyTagClassName
{
color: #CCDD26;
}
</style>
background-color css
<style>
a { background-color: #CCDD26; }
a { background-color: rgb(204,221,38); }
div.DivClassName
{
background-color: #CCDD26;
}
.BgClassName
{
background-color: #CCDD26;
}
</style>
border-color css
<style>
span { border-color: #CCDD26; }
span { border-color: rgb(204,221,38); }
td.TdClassName
{
border-color: #CCDD26;
}
.TagClassName
{
border-color: #CCDD26;
}
</style>