Shades of Pear #D0DF23
Tints of Pear #D0DF23
RGB
CMYK
RGB Variations
Color information
#D0DF23 (or 0xD0DF23) is known color: Pear. HEX triplet: D0, DF and 23. RGB value is (208,223,35). Sum of RGB (Red+Green+Blue) = 208+223+35=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 35 (14.06% from 255 or 7.51% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF23 is #2F20DC. Grayscale: #C5C5C5. Windows color (decimal): -3088605 or 2351056. OLE color: 2351056.
HSL color Cylindrical-coordinate representation of color #D0DF23: hue angle of 64.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D0DF23 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 35 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.13 |
| HSL | 64.79º | 0.75% | 0.51% | - |
| HSV(B) | 64.79º | 0.84% | 0.87% | - |
| XYZ | 52.7 | 66.31 | 11.61 | - |
| YUV | 197.08 | 36.53 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 35 | 0.07 | 0 | 0.84 | 0.13 | 64.79 | 0.75 | 0.51 |
| Hex | D0 | DF | 23 | 7 | 0 | 54 | D | 41 | 4B | 33 |
| Octal | 320 | 337 | 43 | 7 | 0 | 124 | 15 | 101 | 113 | 63 |
| Binary | 11010000 | 11011111 | 100011 | 111 | 0 | 1010100 | 1101 | 1000001 | 1001011 | 110011 |
Color Harmonies of #D0DF23
Complementary color
Monochromatic Colors of #D0DF23
Black with #D0DF23
Text Example
Text Example
White with #D0DF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF23; }
p { color: rgb(208,223,35); }
H1.HeaderClassName
{
color: #D0DF23;
}
.AnyTagClassName
{
color: #D0DF23;
}
</style>
background-color css
<style>
a { background-color: #D0DF23; }
a { background-color: rgb(208,223,35); }
div.DivClassName
{
background-color: #D0DF23;
}
.BgClassName
{
background-color: #D0DF23;
}
</style>
border-color css
<style>
span { border-color: #D0DF23; }
span { border-color: rgb(208,223,35); }
td.TdClassName
{
border-color: #D0DF23;
}
.TagClassName
{
border-color: #D0DF23;
}
</style>