Shades of Pear #DCEA30
Tints of Pear #DCEA30
RGB
CMYK
RGB Variations
Color information
#DCEA30 (or 0xDCEA30) is known color: Pear. HEX triplet: DC, EA and 30. RGB value is (220,234,48). Sum of RGB (Red+Green+Blue) = 220+234+48=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA30 is #2315CF. Grayscale: #D1D1D1. Windows color (decimal): -2299344 or 3205852. OLE color: 3205852.
HSL color Cylindrical-coordinate representation of color #DCEA30: hue angle of 64.52º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCEA30 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 48 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.08 |
| HSL | 64.52º | 0.82% | 0.55% | - |
| HSV(B) | 64.52º | 0.79% | 0.92% | - |
| XYZ | 59.47 | 74.27 | 14 | - |
| YUV | 208.61 | 37.36 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 48 | 0.06 | 0 | 0.79 | 0.08 | 64.52 | 0.82 | 0.55 |
| Hex | DC | EA | 30 | 6 | 0 | 4F | 8 | 41 | 52 | 37 |
| Octal | 334 | 352 | 60 | 6 | 0 | 117 | 10 | 101 | 122 | 67 |
| Binary | 11011100 | 11101010 | 110000 | 110 | 0 | 1001111 | 1000 | 1000001 | 1010010 | 110111 |
Color Harmonies of #DCEA30
Complementary color
Monochromatic Colors of #DCEA30
Black with #DCEA30
Text Example
Text Example
White with #DCEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA30; }
p { color: rgb(220,234,48); }
H1.HeaderClassName
{
color: #DCEA30;
}
.AnyTagClassName
{
color: #DCEA30;
}
</style>
background-color css
<style>
a { background-color: #DCEA30; }
a { background-color: rgb(220,234,48); }
div.DivClassName
{
background-color: #DCEA30;
}
.BgClassName
{
background-color: #DCEA30;
}
</style>
border-color css
<style>
span { border-color: #DCEA30; }
span { border-color: rgb(220,234,48); }
td.TdClassName
{
border-color: #DCEA30;
}
.TagClassName
{
border-color: #DCEA30;
}
</style>