Shades of Pear #CFDC20
Tints of Pear #CFDC20
RGB
CMYK
RGB Variations
Color information
#CFDC20 (or 0xCFDC20) is known color: Pear. HEX triplet: CF, DC and 20. RGB value is (207,220,32). Sum of RGB (Red+Green+Blue) = 207+220+32=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 32 (12.89% from 255 or 6.97% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC20 is #3023DF. Grayscale: #C3C3C3. Windows color (decimal): -3154912 or 2153679. OLE color: 2153679.
HSL color Cylindrical-coordinate representation of color #CFDC20: hue angle of 64.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFDC20 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 32 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.14 |
| HSL | 64.15º | 0.75% | 0.49% | - |
| HSV(B) | 64.15º | 0.85% | 0.86% | - |
| XYZ | 51.59 | 64.56 | 11.11 | - |
| YUV | 194.68 | 36.19 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 32 | 0.06 | 0 | 0.85 | 0.14 | 64.15 | 0.75 | 0.49 |
| Hex | CF | DC | 20 | 6 | 0 | 55 | E | 40 | 4B | 31 |
| Octal | 317 | 334 | 40 | 6 | 0 | 125 | 16 | 100 | 113 | 61 |
| Binary | 11001111 | 11011100 | 100000 | 110 | 0 | 1010101 | 1110 | 1000000 | 1001011 | 110001 |
Color Harmonies of #CFDC20
Complementary color
Monochromatic Colors of #CFDC20
Black with #CFDC20
Text Example
Text Example
White with #CFDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC20; }
p { color: rgb(207,220,32); }
H1.HeaderClassName
{
color: #CFDC20;
}
.AnyTagClassName
{
color: #CFDC20;
}
</style>
background-color css
<style>
a { background-color: #CFDC20; }
a { background-color: rgb(207,220,32); }
div.DivClassName
{
background-color: #CFDC20;
}
.BgClassName
{
background-color: #CFDC20;
}
</style>
border-color css
<style>
span { border-color: #CFDC20; }
span { border-color: rgb(207,220,32); }
td.TdClassName
{
border-color: #CFDC20;
}
.TagClassName
{
border-color: #CFDC20;
}
</style>