Shades of Pear #CDDF17
Tints of Pear #CDDF17
RGB
CMYK
RGB Variations
Color information
#CDDF17 (or 0xCDDF17) is known color: Pear. HEX triplet: CD, DF and 17. RGB value is (205,223,23). Sum of RGB (Red+Green+Blue) = 205+223+23=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDDF17 is #3220E8. Grayscale: #C3C3C3. Windows color (decimal): -3285225 or 1564621. OLE color: 1564621.
HSL color Cylindrical-coordinate representation of color #CDDF17: hue angle of 65.4º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CDDF17 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 23 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.13 |
| HSL | 65.4º | 0.81% | 0.48% | - |
| HSV(B) | 65.4º | 0.9% | 0.87% | - |
| XYZ | 51.72 | 65.82 | 10.79 | - |
| YUV | 194.82 | 31.04 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 23 | 0.08 | 0 | 0.90 | 0.13 | 65.4 | 0.81 | 0.48 |
| Hex | CD | DF | 17 | 8 | 0 | 5A | D | 41 | 51 | 30 |
| Octal | 315 | 337 | 27 | 10 | 0 | 132 | 15 | 101 | 121 | 60 |
| Binary | 11001101 | 11011111 | 10111 | 1000 | 0 | 1011010 | 1101 | 1000001 | 1010001 | 110000 |
Color Harmonies of #CDDF17
Complementary color
Monochromatic Colors of #CDDF17
Black with #CDDF17
Text Example
Text Example
White with #CDDF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF17; }
p { color: rgb(205,223,23); }
H1.HeaderClassName
{
color: #CDDF17;
}
.AnyTagClassName
{
color: #CDDF17;
}
</style>
background-color css
<style>
a { background-color: #CDDF17; }
a { background-color: rgb(205,223,23); }
div.DivClassName
{
background-color: #CDDF17;
}
.BgClassName
{
background-color: #CDDF17;
}
</style>
border-color css
<style>
span { border-color: #CDDF17; }
span { border-color: rgb(205,223,23); }
td.TdClassName
{
border-color: #CDDF17;
}
.TagClassName
{
border-color: #CDDF17;
}
</style>