Shades of Pear #CCDC28
Tints of Pear #CCDC28
RGB
CMYK
RGB Variations
Color information
#CCDC28 (or 0xCCDC28) is known color: Pear. HEX triplet: CC, DC and 28. RGB value is (204,220,40). Sum of RGB (Red+Green+Blue) = 204+220+40=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC28 is #3323D7. Grayscale: #C3C3C3. Windows color (decimal): -3351512 or 2677964. OLE color: 2677964.
HSL color Cylindrical-coordinate representation of color #CCDC28: hue angle of 65.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCDC28 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 40 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.14 |
| HSL | 65.33º | 0.72% | 0.51% | - |
| HSV(B) | 65.33º | 0.82% | 0.86% | - |
| XYZ | 50.88 | 64.18 | 11.71 | - |
| YUV | 194.7 | 40.7 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 40 | 0.07 | 0 | 0.82 | 0.14 | 65.33 | 0.72 | 0.51 |
| Hex | CC | DC | 28 | 7 | 0 | 52 | E | 41 | 48 | 33 |
| Octal | 314 | 334 | 50 | 7 | 0 | 122 | 16 | 101 | 110 | 63 |
| Binary | 11001100 | 11011100 | 101000 | 111 | 0 | 1010010 | 1110 | 1000001 | 1001000 | 110011 |
Color Harmonies of #CCDC28
Complementary color
Monochromatic Colors of #CCDC28
Black with #CCDC28
Text Example
Text Example
White with #CCDC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC28; }
p { color: rgb(204,220,40); }
H1.HeaderClassName
{
color: #CCDC28;
}
.AnyTagClassName
{
color: #CCDC28;
}
</style>
background-color css
<style>
a { background-color: #CCDC28; }
a { background-color: rgb(204,220,40); }
div.DivClassName
{
background-color: #CCDC28;
}
.BgClassName
{
background-color: #CCDC28;
}
</style>
border-color css
<style>
span { border-color: #CCDC28; }
span { border-color: rgb(204,220,40); }
td.TdClassName
{
border-color: #CCDC28;
}
.TagClassName
{
border-color: #CCDC28;
}
</style>