Shades of Pear #CDDD2D
Tints of Pear #CDDD2D
RGB
CMYK
RGB Variations
Color information
#CDDD2D (or 0xCDDD2D) is known color: Pear. HEX triplet: CD, DD and 2D. RGB value is (205,221,45). Sum of RGB (Red+Green+Blue) = 205+221+45=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD2D is #3222D2. Grayscale: #C4C4C4. Windows color (decimal): -3285715 or 3005901. OLE color: 3005901.
HSL color Cylindrical-coordinate representation of color #CDDD2D: hue angle of 65.45º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDDD2D is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 45 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.13 |
| HSL | 65.45º | 0.72% | 0.52% | - |
| HSV(B) | 65.45º | 0.8% | 0.87% | - |
| XYZ | 51.51 | 64.88 | 12.29 | - |
| YUV | 196.15 | 42.7 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 45 | 0.07 | 0 | 0.80 | 0.13 | 65.45 | 0.72 | 0.52 |
| Hex | CD | DD | 2D | 7 | 0 | 50 | D | 41 | 48 | 34 |
| Octal | 315 | 335 | 55 | 7 | 0 | 120 | 15 | 101 | 110 | 64 |
| Binary | 11001101 | 11011101 | 101101 | 111 | 0 | 1010000 | 1101 | 1000001 | 1001000 | 110100 |
Color Harmonies of #CDDD2D
Complementary color
Monochromatic Colors of #CDDD2D
Black with #CDDD2D
Text Example
Text Example
White with #CDDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD2D; }
p { color: rgb(205,221,45); }
H1.HeaderClassName
{
color: #CDDD2D;
}
.AnyTagClassName
{
color: #CDDD2D;
}
</style>
background-color css
<style>
a { background-color: #CDDD2D; }
a { background-color: rgb(205,221,45); }
div.DivClassName
{
background-color: #CDDD2D;
}
.BgClassName
{
background-color: #CDDD2D;
}
</style>
border-color css
<style>
span { border-color: #CDDD2D; }
span { border-color: rgb(205,221,45); }
td.TdClassName
{
border-color: #CDDD2D;
}
.TagClassName
{
border-color: #CDDD2D;
}
</style>