Shades of Pear #CDDD1C
Tints of Pear #CDDD1C
RGB
CMYK
RGB Variations
Color information
#CDDD1C (or 0xCDDD1C) is known color: Pear. HEX triplet: CD, DD and 1C. RGB value is (205,221,28). Sum of RGB (Red+Green+Blue) = 205+221+28=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 28 (11.33% from 255 or 6.17% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD1C is #3222E3. Grayscale: #C2C2C2. Windows color (decimal): -3285732 or 1891789. OLE color: 1891789.
HSL color Cylindrical-coordinate representation of color #CDDD1C: hue angle of 64.97º 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 #CDDD1C is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 28 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.13 |
| HSL | 64.97º | 0.78% | 0.49% | - |
| HSV(B) | 64.97º | 0.87% | 0.87% | - |
| XYZ | 51.24 | 64.78 | 10.9 | - |
| YUV | 194.21 | 34.2 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 28 | 0.07 | 0 | 0.87 | 0.13 | 64.97 | 0.78 | 0.49 |
| Hex | CD | DD | 1C | 7 | 0 | 57 | D | 41 | 4E | 31 |
| Octal | 315 | 335 | 34 | 7 | 0 | 127 | 15 | 101 | 116 | 61 |
| Binary | 11001101 | 11011101 | 11100 | 111 | 0 | 1010111 | 1101 | 1000001 | 1001110 | 110001 |
Color Harmonies of #CDDD1C
Complementary color
Monochromatic Colors of #CDDD1C
Black with #CDDD1C
Text Example
Text Example
White with #CDDD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD1C; }
p { color: rgb(205,221,28); }
H1.HeaderClassName
{
color: #CDDD1C;
}
.AnyTagClassName
{
color: #CDDD1C;
}
</style>
background-color css
<style>
a { background-color: #CDDD1C; }
a { background-color: rgb(205,221,28); }
div.DivClassName
{
background-color: #CDDD1C;
}
.BgClassName
{
background-color: #CDDD1C;
}
</style>
border-color css
<style>
span { border-color: #CDDD1C; }
span { border-color: rgb(205,221,28); }
td.TdClassName
{
border-color: #CDDD1C;
}
.TagClassName
{
border-color: #CDDD1C;
}
</style>