Shades of Pear #DBED3D
Tints of Pear #DBED3D
RGB
CMYK
RGB Variations
Color information
#DBED3D (or 0xDBED3D) is known color: Pear. HEX triplet: DB, ED and 3D. RGB value is (219,237,61). Sum of RGB (Red+Green+Blue) = 219+237+61=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 61 (24.22% from 255 or 11.80% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED3D is #2412C2. Grayscale: #D4D4D4. Windows color (decimal): -2364099 or 4058587. OLE color: 4058587.
HSL color Cylindrical-coordinate representation of color #DBED3D: hue angle of 66.14º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBED3D is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 61 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.07 |
| HSL | 66.14º | 0.83% | 0.58% | - |
| HSV(B) | 66.14º | 0.74% | 0.93% | - |
| XYZ | 60.34 | 75.97 | 15.9 | - |
| YUV | 211.55 | 43.04 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 61 | 0.08 | 0 | 0.74 | 0.07 | 66.14 | 0.83 | 0.58 |
| Hex | DB | ED | 3D | 8 | 0 | 4A | 7 | 42 | 53 | 3A |
| Octal | 333 | 355 | 75 | 10 | 0 | 112 | 7 | 102 | 123 | 72 |
| Binary | 11011011 | 11101101 | 111101 | 1000 | 0 | 1001010 | 111 | 1000010 | 1010011 | 111010 |
Color Harmonies of #DBED3D
Complementary color
Monochromatic Colors of #DBED3D
Black with #DBED3D
Text Example
Text Example
White with #DBED3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED3D; }
p { color: rgb(219,237,61); }
H1.HeaderClassName
{
color: #DBED3D;
}
.AnyTagClassName
{
color: #DBED3D;
}
</style>
background-color css
<style>
a { background-color: #DBED3D; }
a { background-color: rgb(219,237,61); }
div.DivClassName
{
background-color: #DBED3D;
}
.BgClassName
{
background-color: #DBED3D;
}
</style>
border-color css
<style>
span { border-color: #DBED3D; }
span { border-color: rgb(219,237,61); }
td.TdClassName
{
border-color: #DBED3D;
}
.TagClassName
{
border-color: #DBED3D;
}
</style>