Shades of Pear #CDDF31
Tints of Pear #CDDF31
RGB
CMYK
RGB Variations
Color information
#CDDF31 (or 0xCDDF31) is known color: Pear. HEX triplet: CD, DF and 31. RGB value is (205,223,49). Sum of RGB (Red+Green+Blue) = 205+223+49=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDF31 is #3220CE. Grayscale: #C6C6C6. Windows color (decimal): -3285199 or 3268557. OLE color: 3268557.
HSL color Cylindrical-coordinate representation of color #CDDF31: hue angle of 66.21º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDDF31 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 49 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.13 |
| HSL | 66.21º | 0.73% | 0.53% | - |
| HSV(B) | 66.21º | 0.78% | 0.87% | - |
| XYZ | 52.12 | 65.98 | 12.89 | - |
| YUV | 197.78 | 44.04 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 49 | 0.08 | 0 | 0.78 | 0.13 | 66.21 | 0.73 | 0.53 |
| Hex | CD | DF | 31 | 8 | 0 | 4E | D | 42 | 49 | 35 |
| Octal | 315 | 337 | 61 | 10 | 0 | 116 | 15 | 102 | 111 | 65 |
| Binary | 11001101 | 11011111 | 110001 | 1000 | 0 | 1001110 | 1101 | 1000010 | 1001001 | 110101 |
Color Harmonies of #CDDF31
Complementary color
Monochromatic Colors of #CDDF31
Black with #CDDF31
Text Example
Text Example
White with #CDDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF31; }
p { color: rgb(205,223,49); }
H1.HeaderClassName
{
color: #CDDF31;
}
.AnyTagClassName
{
color: #CDDF31;
}
</style>
background-color css
<style>
a { background-color: #CDDF31; }
a { background-color: rgb(205,223,49); }
div.DivClassName
{
background-color: #CDDF31;
}
.BgClassName
{
background-color: #CDDF31;
}
</style>
border-color css
<style>
span { border-color: #CDDF31; }
span { border-color: rgb(205,223,49); }
td.TdClassName
{
border-color: #CDDF31;
}
.TagClassName
{
border-color: #CDDF31;
}
</style>