Shades of Pear #CDDD31
Tints of Pear #CDDD31
RGB
CMYK
RGB Variations
Color information
#CDDD31 (or 0xCDDD31) is known color: Pear. HEX triplet: CD, DD and 31. RGB value is (205,221,49). Sum of RGB (Red+Green+Blue) = 205+221+49=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD31 is #3222CE. Grayscale: #C5C5C5. Windows color (decimal): -3285711 or 3268045. OLE color: 3268045.
HSL color Cylindrical-coordinate representation of color #CDDD31: hue angle of 65.58º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDDD31 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 49 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.13 |
| HSL | 65.58º | 0.72% | 0.53% | - |
| HSV(B) | 65.58º | 0.78% | 0.87% | - |
| XYZ | 51.59 | 64.91 | 12.72 | - |
| YUV | 196.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 49 | 0.07 | 0 | 0.78 | 0.13 | 65.58 | 0.72 | 0.53 |
| Hex | CD | DD | 31 | 7 | 0 | 4E | D | 42 | 48 | 35 |
| Octal | 315 | 335 | 61 | 7 | 0 | 116 | 15 | 102 | 110 | 65 |
| Binary | 11001101 | 11011101 | 110001 | 111 | 0 | 1001110 | 1101 | 1000010 | 1001000 | 110101 |
Color Harmonies of #CDDD31
Complementary color
Monochromatic Colors of #CDDD31
Black with #CDDD31
Text Example
Text Example
White with #CDDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD31; }
p { color: rgb(205,221,49); }
H1.HeaderClassName
{
color: #CDDD31;
}
.AnyTagClassName
{
color: #CDDD31;
}
</style>
background-color css
<style>
a { background-color: #CDDD31; }
a { background-color: rgb(205,221,49); }
div.DivClassName
{
background-color: #CDDD31;
}
.BgClassName
{
background-color: #CDDD31;
}
</style>
border-color css
<style>
span { border-color: #CDDD31; }
span { border-color: rgb(205,221,49); }
td.TdClassName
{
border-color: #CDDD31;
}
.TagClassName
{
border-color: #CDDD31;
}
</style>