Shades of Pear #D3DE1E
Tints of Pear #D3DE1E
RGB
CMYK
RGB Variations
Color information
#D3DE1E (or 0xD3DE1E) is known color: Pear. HEX triplet: D3, DE and 1E. RGB value is (211,222,30). Sum of RGB (Red+Green+Blue) = 211+222+30=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DE1E is #2C21E1. Grayscale: #C5C5C5. Windows color (decimal): -2892258 or 2023123. OLE color: 2023123.
HSL color Cylindrical-coordinate representation of color #D3DE1E: hue angle of 63.44º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3DE1E is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 222 | 30 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.13 |
| HSL | 63.44º | 0.76% | 0.49% | - |
| HSV(B) | 63.44º | 0.86% | 0.87% | - |
| XYZ | 53.22 | 66.19 | 11.2 | - |
| YUV | 196.82 | 33.86 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 30 | 0.05 | 0 | 0.86 | 0.13 | 63.44 | 0.76 | 0.49 |
| Hex | D3 | DE | 1E | 5 | 0 | 56 | D | 3F | 4C | 31 |
| Octal | 323 | 336 | 36 | 5 | 0 | 126 | 15 | 77 | 114 | 61 |
| Binary | 11010011 | 11011110 | 11110 | 101 | 0 | 1010110 | 1101 | 111111 | 1001100 | 110001 |
Color Harmonies of #D3DE1E
Complementary color
Monochromatic Colors of #D3DE1E
Black with #D3DE1E
Text Example
Text Example
White with #D3DE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DE1E; }
p { color: rgb(211,222,30); }
H1.HeaderClassName
{
color: #D3DE1E;
}
.AnyTagClassName
{
color: #D3DE1E;
}
</style>
background-color css
<style>
a { background-color: #D3DE1E; }
a { background-color: rgb(211,222,30); }
div.DivClassName
{
background-color: #D3DE1E;
}
.BgClassName
{
background-color: #D3DE1E;
}
</style>
border-color css
<style>
span { border-color: #D3DE1E; }
span { border-color: rgb(211,222,30); }
td.TdClassName
{
border-color: #D3DE1E;
}
.TagClassName
{
border-color: #D3DE1E;
}
</style>