Shades of Pear #D0E949
Tints of Pear #D0E949
RGB
CMYK
RGB Variations
Color information
#D0E949 (or 0xD0E949) is known color: Pear. HEX triplet: D0, E9 and 49. RGB value is (208,233,73). Sum of RGB (Red+Green+Blue) = 208+233+73=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D0E949 is #2F16B6. Grayscale: #CFCFCF. Windows color (decimal): -3086007 or 4843984. OLE color: 4843984.
HSL color Cylindrical-coordinate representation of color #D0E949: hue angle of 69.38º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0E949 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 73 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.09 |
| HSL | 69.38º | 0.78% | 0.6% | - |
| HSV(B) | 69.38º | 0.69% | 0.91% | - |
| XYZ | 56.35 | 72.17 | 17.26 | - |
| YUV | 207.29 | 52.22 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 73 | 0.11 | 0 | 0.69 | 0.09 | 69.38 | 0.78 | 0.6 |
| Hex | D0 | E9 | 49 | B | 0 | 45 | 9 | 45 | 4E | 3C |
| Octal | 320 | 351 | 111 | 13 | 0 | 105 | 11 | 105 | 116 | 74 |
| Binary | 11010000 | 11101001 | 1001001 | 1011 | 0 | 1000101 | 1001 | 1000101 | 1001110 | 111100 |
Color Harmonies of #D0E949
Complementary color
Monochromatic Colors of #D0E949
Black with #D0E949
Text Example
Text Example
White with #D0E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E949; }
p { color: rgb(208,233,73); }
H1.HeaderClassName
{
color: #D0E949;
}
.AnyTagClassName
{
color: #D0E949;
}
</style>
background-color css
<style>
a { background-color: #D0E949; }
a { background-color: rgb(208,233,73); }
div.DivClassName
{
background-color: #D0E949;
}
.BgClassName
{
background-color: #D0E949;
}
</style>
border-color css
<style>
span { border-color: #D0E949; }
span { border-color: rgb(208,233,73); }
td.TdClassName
{
border-color: #D0E949;
}
.TagClassName
{
border-color: #D0E949;
}
</style>