Shades of Pear #DCEE3A
Tints of Pear #DCEE3A
RGB
CMYK
RGB Variations
Color information
#DCEE3A (or 0xDCEE3A) is known color: Pear. HEX triplet: DC, EE and 3A. RGB value is (220,238,58). Sum of RGB (Red+Green+Blue) = 220+238+58=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE3A is #2311C5. Grayscale: #D4D4D4. Windows color (decimal): -2298310 or 3862236. OLE color: 3862236.
HSL color Cylindrical-coordinate representation of color #DCEE3A: hue angle of 66º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCEE3A is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 58 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.07 |
| HSL | 66º | 0.84% | 0.58% | - |
| HSV(B) | 66º | 0.76% | 0.93% | - |
| XYZ | 60.85 | 76.67 | 15.59 | - |
| YUV | 212.1 | 41.04 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 58 | 0.08 | 0 | 0.76 | 0.07 | 66 | 0.84 | 0.58 |
| Hex | DC | EE | 3A | 8 | 0 | 4C | 7 | 42 | 54 | 3A |
| Octal | 334 | 356 | 72 | 10 | 0 | 114 | 7 | 102 | 124 | 72 |
| Binary | 11011100 | 11101110 | 111010 | 1000 | 0 | 1001100 | 111 | 1000010 | 1010100 | 111010 |
Color Harmonies of #DCEE3A
Complementary color
Monochromatic Colors of #DCEE3A
Black with #DCEE3A
Text Example
Text Example
White with #DCEE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE3A; }
p { color: rgb(220,238,58); }
H1.HeaderClassName
{
color: #DCEE3A;
}
.AnyTagClassName
{
color: #DCEE3A;
}
</style>
background-color css
<style>
a { background-color: #DCEE3A; }
a { background-color: rgb(220,238,58); }
div.DivClassName
{
background-color: #DCEE3A;
}
.BgClassName
{
background-color: #DCEE3A;
}
</style>
border-color css
<style>
span { border-color: #DCEE3A; }
span { border-color: rgb(220,238,58); }
td.TdClassName
{
border-color: #DCEE3A;
}
.TagClassName
{
border-color: #DCEE3A;
}
</style>