Shades of Pear #CDDC26
Tints of Pear #CDDC26
RGB
CMYK
RGB Variations
Color information
#CDDC26 (or 0xCDDC26) is known color: Pear. HEX triplet: CD, DC and 26. RGB value is (205,220,38). Sum of RGB (Red+Green+Blue) = 205+220+38=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 38 (15.23% from 255 or 8.21% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC26 is #3223D9. Grayscale: #C3C3C3. Windows color (decimal): -3285978 or 2546893. OLE color: 2546893.
HSL color Cylindrical-coordinate representation of color #CDDC26: hue angle of 64.95º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDDC26 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 38 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.14 |
| HSL | 64.95º | 0.72% | 0.51% | - |
| HSV(B) | 64.95º | 0.83% | 0.86% | - |
| XYZ | 51.12 | 64.31 | 11.55 | - |
| YUV | 194.77 | 39.53 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 38 | 0.07 | 0 | 0.83 | 0.14 | 64.95 | 0.72 | 0.51 |
| Hex | CD | DC | 26 | 7 | 0 | 53 | E | 41 | 48 | 33 |
| Octal | 315 | 334 | 46 | 7 | 0 | 123 | 16 | 101 | 110 | 63 |
| Binary | 11001101 | 11011100 | 100110 | 111 | 0 | 1010011 | 1110 | 1000001 | 1001000 | 110011 |
Color Harmonies of #CDDC26
Complementary color
Monochromatic Colors of #CDDC26
Black with #CDDC26
Text Example
Text Example
White with #CDDC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC26; }
p { color: rgb(205,220,38); }
H1.HeaderClassName
{
color: #CDDC26;
}
.AnyTagClassName
{
color: #CDDC26;
}
</style>
background-color css
<style>
a { background-color: #CDDC26; }
a { background-color: rgb(205,220,38); }
div.DivClassName
{
background-color: #CDDC26;
}
.BgClassName
{
background-color: #CDDC26;
}
</style>
border-color css
<style>
span { border-color: #CDDC26; }
span { border-color: rgb(205,220,38); }
td.TdClassName
{
border-color: #CDDC26;
}
.TagClassName
{
border-color: #CDDC26;
}
</style>