Shades of Pear #DCEE38
Tints of Pear #DCEE38
RGB
CMYK
RGB Variations
Color information
#DCEE38 (or 0xDCEE38) is known color: Pear. HEX triplet: DC, EE and 38. RGB value is (220,238,56). Sum of RGB (Red+Green+Blue) = 220+238+56=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 56 (22.27% from 255 or 10.89% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE38 is #2311C7. Grayscale: #D4D4D4. Windows color (decimal): -2298312 or 3731164. OLE color: 3731164.
HSL color Cylindrical-coordinate representation of color #DCEE38: hue angle of 65.93º 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 #DCEE38 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 56 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.07 |
| HSL | 65.93º | 0.84% | 0.58% | - |
| HSV(B) | 65.93º | 0.76% | 0.93% | - |
| XYZ | 60.8 | 76.65 | 15.33 | - |
| YUV | 211.87 | 40.04 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 56 | 0.08 | 0 | 0.76 | 0.07 | 65.93 | 0.84 | 0.58 |
| Hex | DC | EE | 38 | 8 | 0 | 4C | 7 | 42 | 54 | 3A |
| Octal | 334 | 356 | 70 | 10 | 0 | 114 | 7 | 102 | 124 | 72 |
| Binary | 11011100 | 11101110 | 111000 | 1000 | 0 | 1001100 | 111 | 1000010 | 1010100 | 111010 |
Color Harmonies of #DCEE38
Complementary color
Monochromatic Colors of #DCEE38
Black with #DCEE38
Text Example
Text Example
White with #DCEE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE38; }
p { color: rgb(220,238,56); }
H1.HeaderClassName
{
color: #DCEE38;
}
.AnyTagClassName
{
color: #DCEE38;
}
</style>
background-color css
<style>
a { background-color: #DCEE38; }
a { background-color: rgb(220,238,56); }
div.DivClassName
{
background-color: #DCEE38;
}
.BgClassName
{
background-color: #DCEE38;
}
</style>
border-color css
<style>
span { border-color: #DCEE38; }
span { border-color: rgb(220,238,56); }
td.TdClassName
{
border-color: #DCEE38;
}
.TagClassName
{
border-color: #DCEE38;
}
</style>