Shades of Pear #D0DF1D
Tints of Pear #D0DF1D
RGB
CMYK
RGB Variations
Color information
#D0DF1D (or 0xD0DF1D) is known color: Pear. HEX triplet: D0, DF and 1D. RGB value is (208,223,29). Sum of RGB (Red+Green+Blue) = 208+223+29=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF1D is #2F20E2. Grayscale: #C5C5C5. Windows color (decimal): -3088611 or 1957840. OLE color: 1957840.
HSL color Cylindrical-coordinate representation of color #D0DF1D: hue angle of 64.64º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0DF1D is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 29 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.13 |
| HSL | 64.64º | 0.77% | 0.49% | - |
| HSV(B) | 64.64º | 0.87% | 0.87% | - |
| XYZ | 52.62 | 66.27 | 11.18 | - |
| YUV | 196.4 | 33.53 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 29 | 0.07 | 0 | 0.87 | 0.13 | 64.64 | 0.77 | 0.49 |
| Hex | D0 | DF | 1D | 7 | 0 | 57 | D | 41 | 4D | 31 |
| Octal | 320 | 337 | 35 | 7 | 0 | 127 | 15 | 101 | 115 | 61 |
| Binary | 11010000 | 11011111 | 11101 | 111 | 0 | 1010111 | 1101 | 1000001 | 1001101 | 110001 |
Color Harmonies of #D0DF1D
Complementary color
Monochromatic Colors of #D0DF1D
Black with #D0DF1D
Text Example
Text Example
White with #D0DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF1D; }
p { color: rgb(208,223,29); }
H1.HeaderClassName
{
color: #D0DF1D;
}
.AnyTagClassName
{
color: #D0DF1D;
}
</style>
background-color css
<style>
a { background-color: #D0DF1D; }
a { background-color: rgb(208,223,29); }
div.DivClassName
{
background-color: #D0DF1D;
}
.BgClassName
{
background-color: #D0DF1D;
}
</style>
border-color css
<style>
span { border-color: #D0DF1D; }
span { border-color: rgb(208,223,29); }
td.TdClassName
{
border-color: #D0DF1D;
}
.TagClassName
{
border-color: #D0DF1D;
}
</style>