Shades of Pear #D0DF39
Tints of Pear #D0DF39
RGB
CMYK
RGB Variations
Color information
#D0DF39 (or 0xD0DF39) is known color: Pear. HEX triplet: D0, DF and 39. RGB value is (208,223,57). Sum of RGB (Red+Green+Blue) = 208+223+57=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 57 (22.66% from 255 or 11.68% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF39 is #2F20C6. Grayscale: #C8C8C8. Windows color (decimal): -3088583 or 3792848. OLE color: 3792848.
HSL color Cylindrical-coordinate representation of color #D0DF39: hue angle of 65.42º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0DF39 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 57 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.13 |
| HSL | 65.42º | 0.72% | 0.55% | - |
| HSV(B) | 65.42º | 0.74% | 0.87% | - |
| XYZ | 53.14 | 66.48 | 13.9 | - |
| YUV | 199.59 | 47.53 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 57 | 0.07 | 0 | 0.74 | 0.13 | 65.42 | 0.72 | 0.55 |
| Hex | D0 | DF | 39 | 7 | 0 | 4A | D | 41 | 48 | 37 |
| Octal | 320 | 337 | 71 | 7 | 0 | 112 | 15 | 101 | 110 | 67 |
| Binary | 11010000 | 11011111 | 111001 | 111 | 0 | 1001010 | 1101 | 1000001 | 1001000 | 110111 |
Color Harmonies of #D0DF39
Complementary color
Monochromatic Colors of #D0DF39
Black with #D0DF39
Text Example
Text Example
White with #D0DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF39; }
p { color: rgb(208,223,57); }
H1.HeaderClassName
{
color: #D0DF39;
}
.AnyTagClassName
{
color: #D0DF39;
}
</style>
background-color css
<style>
a { background-color: #D0DF39; }
a { background-color: rgb(208,223,57); }
div.DivClassName
{
background-color: #D0DF39;
}
.BgClassName
{
background-color: #D0DF39;
}
</style>
border-color css
<style>
span { border-color: #D0DF39; }
span { border-color: rgb(208,223,57); }
td.TdClassName
{
border-color: #D0DF39;
}
.TagClassName
{
border-color: #D0DF39;
}
</style>