Shades of Pear #DCEA1C
Tints of Pear #DCEA1C
RGB
CMYK
RGB Variations
Color information
#DCEA1C (or 0xDCEA1C) is known color: Pear. HEX triplet: DC, EA and 1C. RGB value is (220,234,28). Sum of RGB (Red+Green+Blue) = 220+234+28=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 28 (11.33% from 255 or 5.81% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA1C is #2315E3. Grayscale: #CFCFCF. Windows color (decimal): -2299364 or 1895132. OLE color: 1895132.
HSL color Cylindrical-coordinate representation of color #DCEA1C: hue angle of 64.08º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCEA1C is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 28 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.08 |
| HSL | 64.08º | 0.83% | 0.51% | - |
| HSV(B) | 64.08º | 0.88% | 0.92% | - |
| XYZ | 59.15 | 74.15 | 12.29 | - |
| YUV | 206.33 | 27.36 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 28 | 0.06 | 0 | 0.88 | 0.08 | 64.08 | 0.83 | 0.51 |
| Hex | DC | EA | 1C | 6 | 0 | 58 | 8 | 40 | 53 | 33 |
| Octal | 334 | 352 | 34 | 6 | 0 | 130 | 10 | 100 | 123 | 63 |
| Binary | 11011100 | 11101010 | 11100 | 110 | 0 | 1011000 | 1000 | 1000000 | 1010011 | 110011 |
Color Harmonies of #DCEA1C
Complementary color
Monochromatic Colors of #DCEA1C
Black with #DCEA1C
Text Example
Text Example
White with #DCEA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA1C; }
p { color: rgb(220,234,28); }
H1.HeaderClassName
{
color: #DCEA1C;
}
.AnyTagClassName
{
color: #DCEA1C;
}
</style>
background-color css
<style>
a { background-color: #DCEA1C; }
a { background-color: rgb(220,234,28); }
div.DivClassName
{
background-color: #DCEA1C;
}
.BgClassName
{
background-color: #DCEA1C;
}
</style>
border-color css
<style>
span { border-color: #DCEA1C; }
span { border-color: rgb(220,234,28); }
td.TdClassName
{
border-color: #DCEA1C;
}
.TagClassName
{
border-color: #DCEA1C;
}
</style>