Shades of Pear #CDDD22
Tints of Pear #CDDD22
RGB
CMYK
RGB Variations
Color information
#CDDD22 (or 0xCDDD22) is known color: Pear. HEX triplet: CD, DD and 22. RGB value is (205,221,34). Sum of RGB (Red+Green+Blue) = 205+221+34=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 34 (13.67% from 255 or 7.39% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD22 is #3222DD. Grayscale: #C3C3C3. Windows color (decimal): -3285726 or 2285005. OLE color: 2285005.
HSL color Cylindrical-coordinate representation of color #CDDD22: hue angle of 65.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDDD22 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 34 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.13 |
| HSL | 65.13º | 0.73% | 0.5% | - |
| HSV(B) | 65.13º | 0.85% | 0.87% | - |
| XYZ | 51.32 | 64.81 | 11.32 | - |
| YUV | 194.9 | 37.2 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 34 | 0.07 | 0 | 0.85 | 0.13 | 65.13 | 0.73 | 0.5 |
| Hex | CD | DD | 22 | 7 | 0 | 55 | D | 41 | 49 | 32 |
| Octal | 315 | 335 | 42 | 7 | 0 | 125 | 15 | 101 | 111 | 62 |
| Binary | 11001101 | 11011101 | 100010 | 111 | 0 | 1010101 | 1101 | 1000001 | 1001001 | 110010 |
Color Harmonies of #CDDD22
Complementary color
Monochromatic Colors of #CDDD22
Black with #CDDD22
Text Example
Text Example
White with #CDDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD22; }
p { color: rgb(205,221,34); }
H1.HeaderClassName
{
color: #CDDD22;
}
.AnyTagClassName
{
color: #CDDD22;
}
</style>
background-color css
<style>
a { background-color: #CDDD22; }
a { background-color: rgb(205,221,34); }
div.DivClassName
{
background-color: #CDDD22;
}
.BgClassName
{
background-color: #CDDD22;
}
</style>
border-color css
<style>
span { border-color: #CDDD22; }
span { border-color: rgb(205,221,34); }
td.TdClassName
{
border-color: #CDDD22;
}
.TagClassName
{
border-color: #CDDD22;
}
</style>