Shades of Pear #CDDD1D
Tints of Pear #CDDD1D
RGB
CMYK
RGB Variations
Color information
#CDDD1D (or 0xCDDD1D) is known color: Pear. HEX triplet: CD, DD and 1D. RGB value is (205,221,29). Sum of RGB (Red+Green+Blue) = 205+221+29=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 29 (11.72% from 255 or 6.37% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD1D is #3222E2. Grayscale: #C3C3C3. Windows color (decimal): -3285731 or 1957325. OLE color: 1957325.
HSL color Cylindrical-coordinate representation of color #CDDD1D: hue angle of 65º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDDD1D is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 29 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.13 |
| HSL | 65º | 0.77% | 0.49% | - |
| HSV(B) | 65º | 0.87% | 0.87% | - |
| XYZ | 51.26 | 64.78 | 10.96 | - |
| YUV | 194.33 | 34.7 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 29 | 0.07 | 0 | 0.87 | 0.13 | 65 | 0.77 | 0.49 |
| Hex | CD | DD | 1D | 7 | 0 | 57 | D | 41 | 4D | 31 |
| Octal | 315 | 335 | 35 | 7 | 0 | 127 | 15 | 101 | 115 | 61 |
| Binary | 11001101 | 11011101 | 11101 | 111 | 0 | 1010111 | 1101 | 1000001 | 1001101 | 110001 |
Color Harmonies of #CDDD1D
Complementary color
Monochromatic Colors of #CDDD1D
Black with #CDDD1D
Text Example
Text Example
White with #CDDD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD1D; }
p { color: rgb(205,221,29); }
H1.HeaderClassName
{
color: #CDDD1D;
}
.AnyTagClassName
{
color: #CDDD1D;
}
</style>
background-color css
<style>
a { background-color: #CDDD1D; }
a { background-color: rgb(205,221,29); }
div.DivClassName
{
background-color: #CDDD1D;
}
.BgClassName
{
background-color: #CDDD1D;
}
</style>
border-color css
<style>
span { border-color: #CDDD1D; }
span { border-color: rgb(205,221,29); }
td.TdClassName
{
border-color: #CDDD1D;
}
.TagClassName
{
border-color: #CDDD1D;
}
</style>