Shades of Pear #CDDF2D
Tints of Pear #CDDF2D
RGB
CMYK
RGB Variations
Color information
#CDDF2D (or 0xCDDF2D) is known color: Pear. HEX triplet: CD, DF and 2D. RGB value is (205,223,45). Sum of RGB (Red+Green+Blue) = 205+223+45=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDF2D is #3220D2. Grayscale: #C6C6C6. Windows color (decimal): -3285203 or 3006413. OLE color: 3006413.
HSL color Cylindrical-coordinate representation of color #CDDF2D: hue angle of 66.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDDF2D is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 45 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.13 |
| HSL | 66.07º | 0.74% | 0.53% | - |
| HSV(B) | 66.07º | 0.8% | 0.87% | - |
| XYZ | 52.04 | 65.94 | 12.47 | - |
| YUV | 197.33 | 42.04 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 45 | 0.08 | 0 | 0.80 | 0.13 | 66.07 | 0.74 | 0.53 |
| Hex | CD | DF | 2D | 8 | 0 | 50 | D | 42 | 4A | 35 |
| Octal | 315 | 337 | 55 | 10 | 0 | 120 | 15 | 102 | 112 | 65 |
| Binary | 11001101 | 11011111 | 101101 | 1000 | 0 | 1010000 | 1101 | 1000010 | 1001010 | 110101 |
Color Harmonies of #CDDF2D
Complementary color
Monochromatic Colors of #CDDF2D
Black with #CDDF2D
Text Example
Text Example
White with #CDDF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF2D; }
p { color: rgb(205,223,45); }
H1.HeaderClassName
{
color: #CDDF2D;
}
.AnyTagClassName
{
color: #CDDF2D;
}
</style>
background-color css
<style>
a { background-color: #CDDF2D; }
a { background-color: rgb(205,223,45); }
div.DivClassName
{
background-color: #CDDF2D;
}
.BgClassName
{
background-color: #CDDF2D;
}
</style>
border-color css
<style>
span { border-color: #CDDF2D; }
span { border-color: rgb(205,223,45); }
td.TdClassName
{
border-color: #CDDF2D;
}
.TagClassName
{
border-color: #CDDF2D;
}
</style>