Shades of Pear #CDDF1C
Tints of Pear #CDDF1C
RGB
CMYK
RGB Variations
Color information
#CDDF1C (or 0xCDDF1C) is known color: Pear. HEX triplet: CD, DF and 1C. RGB value is (205,223,28). Sum of RGB (Red+Green+Blue) = 205+223+28=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDF1C is #3220E3. Grayscale: #C4C4C4. Windows color (decimal): -3285220 or 1892301. OLE color: 1892301.
HSL color Cylindrical-coordinate representation of color #CDDF1C: hue angle of 65.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDDF1C is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 28 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.13 |
| HSL | 65.54º | 0.78% | 0.49% | - |
| HSV(B) | 65.54º | 0.87% | 0.87% | - |
| XYZ | 51.77 | 65.84 | 11.08 | - |
| YUV | 195.39 | 33.54 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 28 | 0.08 | 0 | 0.87 | 0.13 | 65.54 | 0.78 | 0.49 |
| Hex | CD | DF | 1C | 8 | 0 | 57 | D | 42 | 4E | 31 |
| Octal | 315 | 337 | 34 | 10 | 0 | 127 | 15 | 102 | 116 | 61 |
| Binary | 11001101 | 11011111 | 11100 | 1000 | 0 | 1010111 | 1101 | 1000010 | 1001110 | 110001 |
Color Harmonies of #CDDF1C
Complementary color
Monochromatic Colors of #CDDF1C
Black with #CDDF1C
Text Example
Text Example
White with #CDDF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF1C; }
p { color: rgb(205,223,28); }
H1.HeaderClassName
{
color: #CDDF1C;
}
.AnyTagClassName
{
color: #CDDF1C;
}
</style>
background-color css
<style>
a { background-color: #CDDF1C; }
a { background-color: rgb(205,223,28); }
div.DivClassName
{
background-color: #CDDF1C;
}
.BgClassName
{
background-color: #CDDF1C;
}
</style>
border-color css
<style>
span { border-color: #CDDF1C; }
span { border-color: rgb(205,223,28); }
td.TdClassName
{
border-color: #CDDF1C;
}
.TagClassName
{
border-color: #CDDF1C;
}
</style>