Shades of Pear #D0DF2D
Tints of Pear #D0DF2D
RGB
CMYK
RGB Variations
Color information
#D0DF2D (or 0xD0DF2D) is known color: Pear. HEX triplet: D0, DF and 2D. RGB value is (208,223,45). Sum of RGB (Red+Green+Blue) = 208+223+45=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF2D is #2F20D2. Grayscale: #C6C6C6. Windows color (decimal): -3088595 or 3006416. OLE color: 3006416.
HSL color Cylindrical-coordinate representation of color #D0DF2D: hue angle of 65.06º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0DF2D is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 45 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.13 |
| HSL | 65.06º | 0.74% | 0.53% | - |
| HSV(B) | 65.06º | 0.8% | 0.87% | - |
| XYZ | 52.87 | 66.37 | 12.51 | - |
| YUV | 198.22 | 41.53 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 45 | 0.07 | 0 | 0.80 | 0.13 | 65.06 | 0.74 | 0.53 |
| Hex | D0 | DF | 2D | 7 | 0 | 50 | D | 41 | 4A | 35 |
| Octal | 320 | 337 | 55 | 7 | 0 | 120 | 15 | 101 | 112 | 65 |
| Binary | 11010000 | 11011111 | 101101 | 111 | 0 | 1010000 | 1101 | 1000001 | 1001010 | 110101 |
Color Harmonies of #D0DF2D
Complementary color
Monochromatic Colors of #D0DF2D
Black with #D0DF2D
Text Example
Text Example
White with #D0DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF2D; }
p { color: rgb(208,223,45); }
H1.HeaderClassName
{
color: #D0DF2D;
}
.AnyTagClassName
{
color: #D0DF2D;
}
</style>
background-color css
<style>
a { background-color: #D0DF2D; }
a { background-color: rgb(208,223,45); }
div.DivClassName
{
background-color: #D0DF2D;
}
.BgClassName
{
background-color: #D0DF2D;
}
</style>
border-color css
<style>
span { border-color: #D0DF2D; }
span { border-color: rgb(208,223,45); }
td.TdClassName
{
border-color: #D0DF2D;
}
.TagClassName
{
border-color: #D0DF2D;
}
</style>