Shades of Pear #DBEA1D
Tints of Pear #DBEA1D
RGB
CMYK
RGB Variations
Color information
#DBEA1D (or 0xDBEA1D) is known color: Pear. HEX triplet: DB, EA and 1D. RGB value is (219,234,29). Sum of RGB (Red+Green+Blue) = 219+234+29=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA1D is #2415E2. Grayscale: #CECECE. Windows color (decimal): -2364899 or 1960667. OLE color: 1960667.
HSL color Cylindrical-coordinate representation of color #DBEA1D: hue angle of 64.39º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBEA1D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 29 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.08 |
| HSL | 64.39º | 0.83% | 0.52% | - |
| HSV(B) | 64.39º | 0.88% | 0.92% | - |
| XYZ | 58.86 | 73.99 | 12.34 | - |
| YUV | 206.15 | 28.03 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 29 | 0.06 | 0 | 0.88 | 0.08 | 64.39 | 0.83 | 0.52 |
| Hex | DB | EA | 1D | 6 | 0 | 58 | 8 | 40 | 53 | 34 |
| Octal | 333 | 352 | 35 | 6 | 0 | 130 | 10 | 100 | 123 | 64 |
| Binary | 11011011 | 11101010 | 11101 | 110 | 0 | 1011000 | 1000 | 1000000 | 1010011 | 110100 |
Color Harmonies of #DBEA1D
Complementary color
Monochromatic Colors of #DBEA1D
Black with #DBEA1D
Text Example
Text Example
White with #DBEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA1D; }
p { color: rgb(219,234,29); }
H1.HeaderClassName
{
color: #DBEA1D;
}
.AnyTagClassName
{
color: #DBEA1D;
}
</style>
background-color css
<style>
a { background-color: #DBEA1D; }
a { background-color: rgb(219,234,29); }
div.DivClassName
{
background-color: #DBEA1D;
}
.BgClassName
{
background-color: #DBEA1D;
}
</style>
border-color css
<style>
span { border-color: #DBEA1D; }
span { border-color: rgb(219,234,29); }
td.TdClassName
{
border-color: #DBEA1D;
}
.TagClassName
{
border-color: #DBEA1D;
}
</style>