Shades of Pear #D0DF16
Tints of Pear #D0DF16
RGB
CMYK
RGB Variations
Color information
#D0DF16 (or 0xD0DF16) is known color: Pear. HEX triplet: D0, DF and 16. RGB value is (208,223,22). Sum of RGB (Red+Green+Blue) = 208+223+22=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0DF16 is #2F20E9. Grayscale: #C4C4C4. Windows color (decimal): -3088618 or 1499088. OLE color: 1499088.
HSL color Cylindrical-coordinate representation of color #D0DF16: hue angle of 64.48º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0DF16 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 22 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.13 |
| HSL | 64.48º | 0.82% | 0.48% | - |
| HSV(B) | 64.48º | 0.9% | 0.87% | - |
| XYZ | 52.54 | 66.24 | 10.78 | - |
| YUV | 195.6 | 30.03 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 22 | 0.07 | 0 | 0.90 | 0.13 | 64.48 | 0.82 | 0.48 |
| Hex | D0 | DF | 16 | 7 | 0 | 5A | D | 40 | 52 | 30 |
| Octal | 320 | 337 | 26 | 7 | 0 | 132 | 15 | 100 | 122 | 60 |
| Binary | 11010000 | 11011111 | 10110 | 111 | 0 | 1011010 | 1101 | 1000000 | 1010010 | 110000 |
Color Harmonies of #D0DF16
Complementary color
Monochromatic Colors of #D0DF16
Black with #D0DF16
Text Example
Text Example
White with #D0DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF16; }
p { color: rgb(208,223,22); }
H1.HeaderClassName
{
color: #D0DF16;
}
.AnyTagClassName
{
color: #D0DF16;
}
</style>
background-color css
<style>
a { background-color: #D0DF16; }
a { background-color: rgb(208,223,22); }
div.DivClassName
{
background-color: #D0DF16;
}
.BgClassName
{
background-color: #D0DF16;
}
</style>
border-color css
<style>
span { border-color: #D0DF16; }
span { border-color: rgb(208,223,22); }
td.TdClassName
{
border-color: #D0DF16;
}
.TagClassName
{
border-color: #D0DF16;
}
</style>