Shades of Pear #DBED3C
Tints of Pear #DBED3C
RGB
CMYK
RGB Variations
Color information
#DBED3C (or 0xDBED3C) is known color: Pear. HEX triplet: DB, ED and 3C. RGB value is (219,237,60). Sum of RGB (Red+Green+Blue) = 219+237+60=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 60 (23.83% from 255 or 11.63% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #DBED3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBED3C is #2412C3. Grayscale: #D4D4D4. Windows color (decimal): -2364100 or 3993051. OLE color: 3993051.
HSL color Cylindrical-coordinate representation of color #DBED3C: hue angle of 66.1º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBED3C is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 237 | 60 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.07 |
| HSL | 66.1º | 0.83% | 0.58% | - |
| HSV(B) | 66.1º | 0.75% | 0.93% | - |
| XYZ | 60.31 | 75.95 | 15.76 | - |
| YUV | 211.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 237 | 60 | 0.08 | 0 | 0.75 | 0.07 | 66.1 | 0.83 | 0.58 |
| Hex | DB | ED | 3C | 8 | 0 | 4B | 7 | 42 | 53 | 3A |
| Octal | 333 | 355 | 74 | 10 | 0 | 113 | 7 | 102 | 123 | 72 |
| Binary | 11011011 | 11101101 | 111100 | 1000 | 0 | 1001011 | 111 | 1000010 | 1010011 | 111010 |
Color Harmonies of #DBED3C
Complementary color
Monochromatic Colors of #DBED3C
Black with #DBED3C
Text Example
Text Example
White with #DBED3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBED3C; }
p { color: rgb(219,237,60); }
H1.HeaderClassName
{
color: #DBED3C;
}
.AnyTagClassName
{
color: #DBED3C;
}
</style>
background-color css
<style>
a { background-color: #DBED3C; }
a { background-color: rgb(219,237,60); }
div.DivClassName
{
background-color: #DBED3C;
}
.BgClassName
{
background-color: #DBED3C;
}
</style>
border-color css
<style>
span { border-color: #DBED3C; }
span { border-color: rgb(219,237,60); }
td.TdClassName
{
border-color: #DBED3C;
}
.TagClassName
{
border-color: #DBED3C;
}
</style>