Shades of Pear #CDDD21
Tints of Pear #CDDD21
RGB
CMYK
RGB Variations
Color information
#CDDD21 (or 0xCDDD21) is known color: Pear. HEX triplet: CD, DD and 21. RGB value is (205,221,33). Sum of RGB (Red+Green+Blue) = 205+221+33=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 33 (13.28% from 255 or 7.19% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD21 is #3222DE. Grayscale: #C3C3C3. Windows color (decimal): -3285727 or 2219469. OLE color: 2219469.
HSL color Cylindrical-coordinate representation of color #CDDD21: hue angle of 65.11º degrees, saturation: 0.74, 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 #CDDD21 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 33 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.13 |
| HSL | 65.11º | 0.74% | 0.5% | - |
| HSV(B) | 65.11º | 0.85% | 0.87% | - |
| XYZ | 51.31 | 64.8 | 11.24 | - |
| YUV | 194.78 | 36.7 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 33 | 0.07 | 0 | 0.85 | 0.13 | 65.11 | 0.74 | 0.5 |
| Hex | CD | DD | 21 | 7 | 0 | 55 | D | 41 | 4A | 32 |
| Octal | 315 | 335 | 41 | 7 | 0 | 125 | 15 | 101 | 112 | 62 |
| Binary | 11001101 | 11011101 | 100001 | 111 | 0 | 1010101 | 1101 | 1000001 | 1001010 | 110010 |
Color Harmonies of #CDDD21
Complementary color
Monochromatic Colors of #CDDD21
Black with #CDDD21
Text Example
Text Example
White with #CDDD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD21; }
p { color: rgb(205,221,33); }
H1.HeaderClassName
{
color: #CDDD21;
}
.AnyTagClassName
{
color: #CDDD21;
}
</style>
background-color css
<style>
a { background-color: #CDDD21; }
a { background-color: rgb(205,221,33); }
div.DivClassName
{
background-color: #CDDD21;
}
.BgClassName
{
background-color: #CDDD21;
}
</style>
border-color css
<style>
span { border-color: #CDDD21; }
span { border-color: rgb(205,221,33); }
td.TdClassName
{
border-color: #CDDD21;
}
.TagClassName
{
border-color: #CDDD21;
}
</style>