Shades of Pear #DBED32
Tints of Pear #DBED32
RGB
CMYK
RGB Variations
Color information
#DBED32 (or 0xDBED32) is known color: Pear. HEX triplet: DB, ED and 32. RGB value is (219,237,50). Sum of RGB (Red+Green+Blue) = 219+237+50=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 50 (19.92% from 255 or 9.88% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED32 is #2412CD. Grayscale: #D3D3D3. Windows color (decimal): -2364110 or 3337691. OLE color: 3337691.
HSL color Cylindrical-coordinate representation of color #DBED32: hue angle of 65.78º 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 #DBED32 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 50 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.07 |
| HSL | 65.78º | 0.84% | 0.56% | - |
| HSV(B) | 65.78º | 0.79% | 0.93% | - |
| XYZ | 60.07 | 75.86 | 14.49 | - |
| YUV | 210.3 | 37.54 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 50 | 0.08 | 0 | 0.79 | 0.07 | 65.78 | 0.84 | 0.56 |
| Hex | DB | ED | 32 | 8 | 0 | 4F | 7 | 42 | 54 | 38 |
| Octal | 333 | 355 | 62 | 10 | 0 | 117 | 7 | 102 | 124 | 70 |
| Binary | 11011011 | 11101101 | 110010 | 1000 | 0 | 1001111 | 111 | 1000010 | 1010100 | 111000 |
Color Harmonies of #DBED32
Complementary color
Monochromatic Colors of #DBED32
Black with #DBED32
Text Example
Text Example
White with #DBED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED32; }
p { color: rgb(219,237,50); }
H1.HeaderClassName
{
color: #DBED32;
}
.AnyTagClassName
{
color: #DBED32;
}
</style>
background-color css
<style>
a { background-color: #DBED32; }
a { background-color: rgb(219,237,50); }
div.DivClassName
{
background-color: #DBED32;
}
.BgClassName
{
background-color: #DBED32;
}
</style>
border-color css
<style>
span { border-color: #DBED32; }
span { border-color: rgb(219,237,50); }
td.TdClassName
{
border-color: #DBED32;
}
.TagClassName
{
border-color: #DBED32;
}
</style>