Shades of Pear #CDDF1E
Tints of Pear #CDDF1E
RGB
CMYK
RGB Variations
Color information
#CDDF1E (or 0xCDDF1E) is known color: Pear. HEX triplet: CD, DF and 1E. RGB value is (205,223,30). Sum of RGB (Red+Green+Blue) = 205+223+30=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 30 (12.11% from 255 or 6.55% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDF1E is #3220E1. Grayscale: #C4C4C4. Windows color (decimal): -3285218 or 2023373. OLE color: 2023373.
HSL color Cylindrical-coordinate representation of color #CDDF1E: hue angle of 65.6º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDDF1E is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 30 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.13 |
| HSL | 65.6º | 0.76% | 0.5% | - |
| HSV(B) | 65.6º | 0.87% | 0.87% | - |
| XYZ | 51.8 | 65.85 | 11.21 | - |
| YUV | 195.62 | 34.54 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 30 | 0.08 | 0 | 0.87 | 0.13 | 65.6 | 0.76 | 0.5 |
| Hex | CD | DF | 1E | 8 | 0 | 57 | D | 42 | 4C | 32 |
| Octal | 315 | 337 | 36 | 10 | 0 | 127 | 15 | 102 | 114 | 62 |
| Binary | 11001101 | 11011111 | 11110 | 1000 | 0 | 1010111 | 1101 | 1000010 | 1001100 | 110010 |
Color Harmonies of #CDDF1E
Complementary color
Monochromatic Colors of #CDDF1E
Black with #CDDF1E
Text Example
Text Example
White with #CDDF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF1E; }
p { color: rgb(205,223,30); }
H1.HeaderClassName
{
color: #CDDF1E;
}
.AnyTagClassName
{
color: #CDDF1E;
}
</style>
background-color css
<style>
a { background-color: #CDDF1E; }
a { background-color: rgb(205,223,30); }
div.DivClassName
{
background-color: #CDDF1E;
}
.BgClassName
{
background-color: #CDDF1E;
}
</style>
border-color css
<style>
span { border-color: #CDDF1E; }
span { border-color: rgb(205,223,30); }
td.TdClassName
{
border-color: #CDDF1E;
}
.TagClassName
{
border-color: #CDDF1E;
}
</style>