Shades of Pear #CDDC20
Tints of Pear #CDDC20
RGB
CMYK
RGB Variations
Color information
#CDDC20 (or 0xCDDC20) is known color: Pear. HEX triplet: CD, DC and 20. RGB value is (205,220,32). Sum of RGB (Red+Green+Blue) = 205+220+32=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 32 (12.89% from 255 or 7.00% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC20 is #3223DF. Grayscale: #C2C2C2. Windows color (decimal): -3285984 or 2153677. OLE color: 2153677.
HSL color Cylindrical-coordinate representation of color #CDDC20: hue angle of 64.79º 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 #CDDC20 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 32 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.14 |
| HSL | 64.79º | 0.75% | 0.49% | - |
| HSV(B) | 64.79º | 0.85% | 0.86% | - |
| XYZ | 51.03 | 64.27 | 11.08 | - |
| YUV | 194.08 | 36.53 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 32 | 0.07 | 0 | 0.85 | 0.14 | 64.79 | 0.75 | 0.49 |
| Hex | CD | DC | 20 | 7 | 0 | 55 | E | 41 | 4B | 31 |
| Octal | 315 | 334 | 40 | 7 | 0 | 125 | 16 | 101 | 113 | 61 |
| Binary | 11001101 | 11011100 | 100000 | 111 | 0 | 1010101 | 1110 | 1000001 | 1001011 | 110001 |
Color Harmonies of #CDDC20
Complementary color
Monochromatic Colors of #CDDC20
Black with #CDDC20
Text Example
Text Example
White with #CDDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC20; }
p { color: rgb(205,220,32); }
H1.HeaderClassName
{
color: #CDDC20;
}
.AnyTagClassName
{
color: #CDDC20;
}
</style>
background-color css
<style>
a { background-color: #CDDC20; }
a { background-color: rgb(205,220,32); }
div.DivClassName
{
background-color: #CDDC20;
}
.BgClassName
{
background-color: #CDDC20;
}
</style>
border-color css
<style>
span { border-color: #CDDC20; }
span { border-color: rgb(205,220,32); }
td.TdClassName
{
border-color: #CDDC20;
}
.TagClassName
{
border-color: #CDDC20;
}
</style>