Shades of Pear #CDDC1D
Tints of Pear #CDDC1D
RGB
CMYK
RGB Variations
Color information
#CDDC1D (or 0xCDDC1D) is known color: Pear. HEX triplet: CD, DC and 1D. RGB value is (205,220,29). Sum of RGB (Red+Green+Blue) = 205+220+29=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC1D is #3223E2. Grayscale: #C2C2C2. Windows color (decimal): -3285987 or 1957069. OLE color: 1957069.
HSL color Cylindrical-coordinate representation of color #CDDC1D: hue angle of 64.71º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDDC1D is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 29 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.14 |
| HSL | 64.71º | 0.77% | 0.49% | - |
| HSV(B) | 64.71º | 0.87% | 0.86% | - |
| XYZ | 50.99 | 64.25 | 10.88 | - |
| YUV | 193.74 | 35.03 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 29 | 0.07 | 0 | 0.87 | 0.14 | 64.71 | 0.77 | 0.49 |
| Hex | CD | DC | 1D | 7 | 0 | 57 | E | 41 | 4D | 31 |
| Octal | 315 | 334 | 35 | 7 | 0 | 127 | 16 | 101 | 115 | 61 |
| Binary | 11001101 | 11011100 | 11101 | 111 | 0 | 1010111 | 1110 | 1000001 | 1001101 | 110001 |
Color Harmonies of #CDDC1D
Complementary color
Monochromatic Colors of #CDDC1D
Black with #CDDC1D
Text Example
Text Example
White with #CDDC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC1D; }
p { color: rgb(205,220,29); }
H1.HeaderClassName
{
color: #CDDC1D;
}
.AnyTagClassName
{
color: #CDDC1D;
}
</style>
background-color css
<style>
a { background-color: #CDDC1D; }
a { background-color: rgb(205,220,29); }
div.DivClassName
{
background-color: #CDDC1D;
}
.BgClassName
{
background-color: #CDDC1D;
}
</style>
border-color css
<style>
span { border-color: #CDDC1D; }
span { border-color: rgb(205,220,29); }
td.TdClassName
{
border-color: #CDDC1D;
}
.TagClassName
{
border-color: #CDDC1D;
}
</style>