Shades of Pear #DBEA3F
Tints of Pear #DBEA3F
RGB
CMYK
RGB Variations
Color information
#DBEA3F (or 0xDBEA3F) is known color: Pear. HEX triplet: DB, EA and 3F. RGB value is (219,234,63). Sum of RGB (Red+Green+Blue) = 219+234+63=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 63 (25% from 255 or 12.21% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA3F is #2415C0. Grayscale: #D2D2D2. Windows color (decimal): -2364865 or 4188891. OLE color: 4188891.
HSL color Cylindrical-coordinate representation of color #DBEA3F: hue angle of 65.26º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBEA3F is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 63 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.08 |
| HSL | 65.26º | 0.8% | 0.58% | - |
| HSV(B) | 65.26º | 0.73% | 0.92% | - |
| XYZ | 59.53 | 74.26 | 15.9 | - |
| YUV | 210.02 | 45.03 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 63 | 0.06 | 0 | 0.73 | 0.08 | 65.26 | 0.8 | 0.58 |
| Hex | DB | EA | 3F | 6 | 0 | 49 | 8 | 41 | 50 | 3A |
| Octal | 333 | 352 | 77 | 6 | 0 | 111 | 10 | 101 | 120 | 72 |
| Binary | 11011011 | 11101010 | 111111 | 110 | 0 | 1001001 | 1000 | 1000001 | 1010000 | 111010 |
Color Harmonies of #DBEA3F
Complementary color
Monochromatic Colors of #DBEA3F
Black with #DBEA3F
Text Example
Text Example
White with #DBEA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA3F; }
p { color: rgb(219,234,63); }
H1.HeaderClassName
{
color: #DBEA3F;
}
.AnyTagClassName
{
color: #DBEA3F;
}
</style>
background-color css
<style>
a { background-color: #DBEA3F; }
a { background-color: rgb(219,234,63); }
div.DivClassName
{
background-color: #DBEA3F;
}
.BgClassName
{
background-color: #DBEA3F;
}
</style>
border-color css
<style>
span { border-color: #DBEA3F; }
span { border-color: rgb(219,234,63); }
td.TdClassName
{
border-color: #DBEA3F;
}
.TagClassName
{
border-color: #DBEA3F;
}
</style>