Shades of Pear #CCDC29
Tints of Pear #CCDC29
RGB
CMYK
RGB Variations
Color information
#CCDC29 (or 0xCCDC29) is known color: Pear. HEX triplet: CC, DC and 29. RGB value is (204,220,41). Sum of RGB (Red+Green+Blue) = 204+220+41=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 41 (16.41% from 255 or 8.82% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC29 is #3323D6. Grayscale: #C3C3C3. Windows color (decimal): -3351511 or 2743500. OLE color: 2743500.
HSL color Cylindrical-coordinate representation of color #CCDC29: hue angle of 65.36º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCDC29 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 41 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.14 |
| HSL | 65.36º | 0.72% | 0.51% | - |
| HSV(B) | 65.36º | 0.81% | 0.86% | - |
| XYZ | 50.9 | 64.18 | 11.8 | - |
| YUV | 194.81 | 41.2 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 41 | 0.07 | 0 | 0.81 | 0.14 | 65.36 | 0.72 | 0.51 |
| Hex | CC | DC | 29 | 7 | 0 | 51 | E | 41 | 48 | 33 |
| Octal | 314 | 334 | 51 | 7 | 0 | 121 | 16 | 101 | 110 | 63 |
| Binary | 11001100 | 11011100 | 101001 | 111 | 0 | 1010001 | 1110 | 1000001 | 1001000 | 110011 |
Color Harmonies of #CCDC29
Complementary color
Monochromatic Colors of #CCDC29
Black with #CCDC29
Text Example
Text Example
White with #CCDC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC29; }
p { color: rgb(204,220,41); }
H1.HeaderClassName
{
color: #CCDC29;
}
.AnyTagClassName
{
color: #CCDC29;
}
</style>
background-color css
<style>
a { background-color: #CCDC29; }
a { background-color: rgb(204,220,41); }
div.DivClassName
{
background-color: #CCDC29;
}
.BgClassName
{
background-color: #CCDC29;
}
</style>
border-color css
<style>
span { border-color: #CCDC29; }
span { border-color: rgb(204,220,41); }
td.TdClassName
{
border-color: #CCDC29;
}
.TagClassName
{
border-color: #CCDC29;
}
</style>