Shades of Pear #CDDD29
Tints of Pear #CDDD29
RGB
CMYK
RGB Variations
Color information
#CDDD29 (or 0xCDDD29) is known color: Pear. HEX triplet: CD, DD and 29. RGB value is (205,221,41). Sum of RGB (Red+Green+Blue) = 205+221+41=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 41 (16.41% from 255 or 8.78% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD29 is #3222D6. Grayscale: #C4C4C4. Windows color (decimal): -3285719 or 2743757. OLE color: 2743757.
HSL color Cylindrical-coordinate representation of color #CDDD29: hue angle of 65.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDDD29 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 41 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.13 |
| HSL | 65.33º | 0.73% | 0.51% | - |
| HSV(B) | 65.33º | 0.81% | 0.87% | - |
| XYZ | 51.43 | 64.85 | 11.9 | - |
| YUV | 195.7 | 40.7 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 41 | 0.07 | 0 | 0.81 | 0.13 | 65.33 | 0.73 | 0.51 |
| Hex | CD | DD | 29 | 7 | 0 | 51 | D | 41 | 49 | 33 |
| Octal | 315 | 335 | 51 | 7 | 0 | 121 | 15 | 101 | 111 | 63 |
| Binary | 11001101 | 11011101 | 101001 | 111 | 0 | 1010001 | 1101 | 1000001 | 1001001 | 110011 |
Color Harmonies of #CDDD29
Complementary color
Monochromatic Colors of #CDDD29
Black with #CDDD29
Text Example
Text Example
White with #CDDD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD29; }
p { color: rgb(205,221,41); }
H1.HeaderClassName
{
color: #CDDD29;
}
.AnyTagClassName
{
color: #CDDD29;
}
</style>
background-color css
<style>
a { background-color: #CDDD29; }
a { background-color: rgb(205,221,41); }
div.DivClassName
{
background-color: #CDDD29;
}
.BgClassName
{
background-color: #CDDD29;
}
</style>
border-color css
<style>
span { border-color: #CDDD29; }
span { border-color: rgb(205,221,41); }
td.TdClassName
{
border-color: #CDDD29;
}
.TagClassName
{
border-color: #CDDD29;
}
</style>