Shades of Pear #CCDD1F
Tints of Pear #CCDD1F
RGB
CMYK
RGB Variations
Color information
#CCDD1F (or 0xCCDD1F) is known color: Pear. HEX triplet: CC, DD and 1F. RGB value is (204,221,31). Sum of RGB (Red+Green+Blue) = 204+221+31=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD1F is #3322E0. Grayscale: #C2C2C2. Windows color (decimal): -3351265 or 2088396. OLE color: 2088396.
HSL color Cylindrical-coordinate representation of color #CCDD1F: hue angle of 65.37º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCDD1F is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 31 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.13 |
| HSL | 65.37º | 0.75% | 0.49% | - |
| HSV(B) | 65.37º | 0.86% | 0.87% | - |
| XYZ | 51.01 | 64.65 | 11.09 | - |
| YUV | 194.26 | 35.87 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 31 | 0.08 | 0 | 0.86 | 0.13 | 65.37 | 0.75 | 0.49 |
| Hex | CC | DD | 1F | 8 | 0 | 56 | D | 41 | 4B | 31 |
| Octal | 314 | 335 | 37 | 10 | 0 | 126 | 15 | 101 | 113 | 61 |
| Binary | 11001100 | 11011101 | 11111 | 1000 | 0 | 1010110 | 1101 | 1000001 | 1001011 | 110001 |
Color Harmonies of #CCDD1F
Complementary color
Monochromatic Colors of #CCDD1F
Black with #CCDD1F
Text Example
Text Example
White with #CCDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD1F; }
p { color: rgb(204,221,31); }
H1.HeaderClassName
{
color: #CCDD1F;
}
.AnyTagClassName
{
color: #CCDD1F;
}
</style>
background-color css
<style>
a { background-color: #CCDD1F; }
a { background-color: rgb(204,221,31); }
div.DivClassName
{
background-color: #CCDD1F;
}
.BgClassName
{
background-color: #CCDD1F;
}
</style>
border-color css
<style>
span { border-color: #CCDD1F; }
span { border-color: rgb(204,221,31); }
td.TdClassName
{
border-color: #CCDD1F;
}
.TagClassName
{
border-color: #CCDD1F;
}
</style>