Shades of Pear #D0DE23
Tints of Pear #D0DE23
RGB
CMYK
RGB Variations
Color information
#D0DE23 (or 0xD0DE23) is known color: Pear. HEX triplet: D0, DE and 23. RGB value is (208,222,35). Sum of RGB (Red+Green+Blue) = 208+222+35=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 35 (14.06% from 255 or 7.53% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DE23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DE23 is #2F21DC. Grayscale: #C5C5C5. Windows color (decimal): -3088861 or 2350800. OLE color: 2350800.
HSL color Cylindrical-coordinate representation of color #D0DE23: hue angle of 64.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0DE23 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 35 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.13 |
| HSL | 64.49º | 0.74% | 0.5% | - |
| HSV(B) | 64.49º | 0.84% | 0.87% | - |
| XYZ | 52.44 | 65.77 | 11.52 | - |
| YUV | 196.5 | 36.86 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 35 | 0.06 | 0 | 0.84 | 0.13 | 64.49 | 0.74 | 0.5 |
| Hex | D0 | DE | 23 | 6 | 0 | 54 | D | 40 | 4A | 32 |
| Octal | 320 | 336 | 43 | 6 | 0 | 124 | 15 | 100 | 112 | 62 |
| Binary | 11010000 | 11011110 | 100011 | 110 | 0 | 1010100 | 1101 | 1000000 | 1001010 | 110010 |
Color Harmonies of #D0DE23
Complementary color
Monochromatic Colors of #D0DE23
Black with #D0DE23
Text Example
Text Example
White with #D0DE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DE23; }
p { color: rgb(208,222,35); }
H1.HeaderClassName
{
color: #D0DE23;
}
.AnyTagClassName
{
color: #D0DE23;
}
</style>
background-color css
<style>
a { background-color: #D0DE23; }
a { background-color: rgb(208,222,35); }
div.DivClassName
{
background-color: #D0DE23;
}
.BgClassName
{
background-color: #D0DE23;
}
</style>
border-color css
<style>
span { border-color: #D0DE23; }
span { border-color: rgb(208,222,35); }
td.TdClassName
{
border-color: #D0DE23;
}
.TagClassName
{
border-color: #D0DE23;
}
</style>