Shades of Pear #DBEA3D
Tints of Pear #DBEA3D
RGB
CMYK
RGB Variations
Color information
#DBEA3D (or 0xDBEA3D) is known color: Pear. HEX triplet: DB, EA and 3D. RGB value is (219,234,61). Sum of RGB (Red+Green+Blue) = 219+234+61=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 61 (24.22% from 255 or 11.87% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA3D is #2415C2. Grayscale: #D2D2D2. Windows color (decimal): -2364867 or 4057819. OLE color: 4057819.
HSL color Cylindrical-coordinate representation of color #DBEA3D: hue angle of 65.2º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBEA3D is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 61 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.08 |
| HSL | 65.2º | 0.8% | 0.58% | - |
| HSV(B) | 65.2º | 0.74% | 0.92% | - |
| XYZ | 59.48 | 74.24 | 15.61 | - |
| YUV | 209.79 | 44.03 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 61 | 0.06 | 0 | 0.74 | 0.08 | 65.2 | 0.8 | 0.58 |
| Hex | DB | EA | 3D | 6 | 0 | 4A | 8 | 41 | 50 | 3A |
| Octal | 333 | 352 | 75 | 6 | 0 | 112 | 10 | 101 | 120 | 72 |
| Binary | 11011011 | 11101010 | 111101 | 110 | 0 | 1001010 | 1000 | 1000001 | 1010000 | 111010 |
Color Harmonies of #DBEA3D
Complementary color
Monochromatic Colors of #DBEA3D
Black with #DBEA3D
Text Example
Text Example
White with #DBEA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA3D; }
p { color: rgb(219,234,61); }
H1.HeaderClassName
{
color: #DBEA3D;
}
.AnyTagClassName
{
color: #DBEA3D;
}
</style>
background-color css
<style>
a { background-color: #DBEA3D; }
a { background-color: rgb(219,234,61); }
div.DivClassName
{
background-color: #DBEA3D;
}
.BgClassName
{
background-color: #DBEA3D;
}
</style>
border-color css
<style>
span { border-color: #DBEA3D; }
span { border-color: rgb(219,234,61); }
td.TdClassName
{
border-color: #DBEA3D;
}
.TagClassName
{
border-color: #DBEA3D;
}
</style>