Shades of Pear #DBEB3A
Tints of Pear #DBEB3A
RGB
CMYK
RGB Variations
Color information
#DBEB3A (or 0xDBEB3A) is known color: Pear. HEX triplet: DB, EB and 3A. RGB value is (219,235,58). Sum of RGB (Red+Green+Blue) = 219+235+58=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB3A is #2414C5. Grayscale: #D2D2D2. Windows color (decimal): -2364614 or 3861467. OLE color: 3861467.
HSL color Cylindrical-coordinate representation of color #DBEB3A: hue angle of 65.42º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBEB3A is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 58 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.08 |
| HSL | 65.42º | 0.82% | 0.57% | - |
| HSV(B) | 65.42º | 0.75% | 0.92% | - |
| XYZ | 59.69 | 74.78 | 15.29 | - |
| YUV | 210.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 58 | 0.07 | 0 | 0.75 | 0.08 | 65.42 | 0.82 | 0.57 |
| Hex | DB | EB | 3A | 7 | 0 | 4B | 8 | 41 | 52 | 39 |
| Octal | 333 | 353 | 72 | 7 | 0 | 113 | 10 | 101 | 122 | 71 |
| Binary | 11011011 | 11101011 | 111010 | 111 | 0 | 1001011 | 1000 | 1000001 | 1010010 | 111001 |
Color Harmonies of #DBEB3A
Complementary color
Monochromatic Colors of #DBEB3A
Black with #DBEB3A
Text Example
Text Example
White with #DBEB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB3A; }
p { color: rgb(219,235,58); }
H1.HeaderClassName
{
color: #DBEB3A;
}
.AnyTagClassName
{
color: #DBEB3A;
}
</style>
background-color css
<style>
a { background-color: #DBEB3A; }
a { background-color: rgb(219,235,58); }
div.DivClassName
{
background-color: #DBEB3A;
}
.BgClassName
{
background-color: #DBEB3A;
}
</style>
border-color css
<style>
span { border-color: #DBEB3A; }
span { border-color: rgb(219,235,58); }
td.TdClassName
{
border-color: #DBEB3A;
}
.TagClassName
{
border-color: #DBEB3A;
}
</style>