Shades of Pear #D0DF26
Tints of Pear #D0DF26
RGB
CMYK
RGB Variations
Color information
#D0DF26 (or 0xD0DF26) is known color: Pear. HEX triplet: D0, DF and 26. RGB value is (208,223,38). Sum of RGB (Red+Green+Blue) = 208+223+38=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF26 is #2F20D9. Grayscale: #C6C6C6. Windows color (decimal): -3088602 or 2547664. OLE color: 2547664.
HSL color Cylindrical-coordinate representation of color #D0DF26: hue angle of 64.86º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0DF26 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 38 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.13 |
| HSL | 64.86º | 0.74% | 0.51% | - |
| HSV(B) | 64.86º | 0.83% | 0.87% | - |
| XYZ | 52.75 | 66.33 | 11.86 | - |
| YUV | 197.43 | 38.03 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 38 | 0.07 | 0 | 0.83 | 0.13 | 64.86 | 0.74 | 0.51 |
| Hex | D0 | DF | 26 | 7 | 0 | 53 | D | 41 | 4A | 33 |
| Octal | 320 | 337 | 46 | 7 | 0 | 123 | 15 | 101 | 112 | 63 |
| Binary | 11010000 | 11011111 | 100110 | 111 | 0 | 1010011 | 1101 | 1000001 | 1001010 | 110011 |
Color Harmonies of #D0DF26
Complementary color
Monochromatic Colors of #D0DF26
Black with #D0DF26
Text Example
Text Example
White with #D0DF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF26; }
p { color: rgb(208,223,38); }
H1.HeaderClassName
{
color: #D0DF26;
}
.AnyTagClassName
{
color: #D0DF26;
}
</style>
background-color css
<style>
a { background-color: #D0DF26; }
a { background-color: rgb(208,223,38); }
div.DivClassName
{
background-color: #D0DF26;
}
.BgClassName
{
background-color: #D0DF26;
}
</style>
border-color css
<style>
span { border-color: #D0DF26; }
span { border-color: rgb(208,223,38); }
td.TdClassName
{
border-color: #D0DF26;
}
.TagClassName
{
border-color: #D0DF26;
}
</style>