Shades of Pear #D0DD1D
Tints of Pear #D0DD1D
RGB
CMYK
RGB Variations
Color information
#D0DD1D (or 0xD0DD1D) is known color: Pear. HEX triplet: D0, DD and 1D. RGB value is (208,221,29). Sum of RGB (Red+Green+Blue) = 208+221+29=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 29 (11.72% from 255 or 6.33% from 458); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD1D is #2F22E2. Grayscale: #C3C3C3. Windows color (decimal): -3089123 or 1957328. OLE color: 1957328.
HSL color Cylindrical-coordinate representation of color #D0DD1D: hue angle of 64.06º 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 #D0DD1D is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 221 | 29 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.13 |
| HSL | 64.06º | 0.77% | 0.49% | - |
| HSV(B) | 64.06º | 0.87% | 0.87% | - |
| XYZ | 52.09 | 65.21 | 11 | - |
| YUV | 195.23 | 34.19 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 221 | 29 | 0.06 | 0 | 0.87 | 0.13 | 64.06 | 0.77 | 0.49 |
| Hex | D0 | DD | 1D | 6 | 0 | 57 | D | 40 | 4D | 31 |
| Octal | 320 | 335 | 35 | 6 | 0 | 127 | 15 | 100 | 115 | 61 |
| Binary | 11010000 | 11011101 | 11101 | 110 | 0 | 1010111 | 1101 | 1000000 | 1001101 | 110001 |
Color Harmonies of #D0DD1D
Complementary color
Monochromatic Colors of #D0DD1D
Black with #D0DD1D
Text Example
Text Example
White with #D0DD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DD1D; }
p { color: rgb(208,221,29); }
H1.HeaderClassName
{
color: #D0DD1D;
}
.AnyTagClassName
{
color: #D0DD1D;
}
</style>
background-color css
<style>
a { background-color: #D0DD1D; }
a { background-color: rgb(208,221,29); }
div.DivClassName
{
background-color: #D0DD1D;
}
.BgClassName
{
background-color: #D0DD1D;
}
</style>
border-color css
<style>
span { border-color: #D0DD1D; }
span { border-color: rgb(208,221,29); }
td.TdClassName
{
border-color: #D0DD1D;
}
.TagClassName
{
border-color: #D0DD1D;
}
</style>