Shades of Pear #DBED31
Tints of Pear #DBED31
RGB
CMYK
RGB Variations
Color information
#DBED31 (or 0xDBED31) is known color: Pear. HEX triplet: DB, ED and 31. RGB value is (219,237,49). Sum of RGB (Red+Green+Blue) = 219+237+49=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 49 (19.53% from 255 or 9.70% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED31 is #2412CE. Grayscale: #D2D2D2. Windows color (decimal): -2364111 or 3272155. OLE color: 3272155.
HSL color Cylindrical-coordinate representation of color #DBED31: hue angle of 65.74º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBED31 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 49 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.07 |
| HSL | 65.74º | 0.84% | 0.56% | - |
| HSV(B) | 65.74º | 0.79% | 0.93% | - |
| XYZ | 60.05 | 75.85 | 14.38 | - |
| YUV | 210.19 | 37.04 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 49 | 0.08 | 0 | 0.79 | 0.07 | 65.74 | 0.84 | 0.56 |
| Hex | DB | ED | 31 | 8 | 0 | 4F | 7 | 42 | 54 | 38 |
| Octal | 333 | 355 | 61 | 10 | 0 | 117 | 7 | 102 | 124 | 70 |
| Binary | 11011011 | 11101101 | 110001 | 1000 | 0 | 1001111 | 111 | 1000010 | 1010100 | 111000 |
Color Harmonies of #DBED31
Complementary color
Monochromatic Colors of #DBED31
Black with #DBED31
Text Example
Text Example
White with #DBED31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED31; }
p { color: rgb(219,237,49); }
H1.HeaderClassName
{
color: #DBED31;
}
.AnyTagClassName
{
color: #DBED31;
}
</style>
background-color css
<style>
a { background-color: #DBED31; }
a { background-color: rgb(219,237,49); }
div.DivClassName
{
background-color: #DBED31;
}
.BgClassName
{
background-color: #DBED31;
}
</style>
border-color css
<style>
span { border-color: #DBED31; }
span { border-color: rgb(219,237,49); }
td.TdClassName
{
border-color: #DBED31;
}
.TagClassName
{
border-color: #DBED31;
}
</style>