Shades of Pear #DCED2A
Tints of Pear #DCED2A
RGB
CMYK
RGB Variations
Color information
#DCED2A (or 0xDCED2A) is known color: Pear. HEX triplet: DC, ED and 2A. RGB value is (220,237,42). Sum of RGB (Red+Green+Blue) = 220+237+42=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED2A is #2312D5. Grayscale: #D2D2D2. Windows color (decimal): -2298582 or 2813404. OLE color: 2813404.
HSL color Cylindrical-coordinate representation of color #DCED2A: hue angle of 65.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCED2A is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 42 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.07 |
| HSL | 65.23º | 0.84% | 0.55% | - |
| HSV(B) | 65.23º | 0.82% | 0.93% | - |
| XYZ | 60.22 | 75.95 | 13.68 | - |
| YUV | 209.69 | 33.37 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 42 | 0.07 | 0 | 0.82 | 0.07 | 65.23 | 0.84 | 0.55 |
| Hex | DC | ED | 2A | 7 | 0 | 52 | 7 | 41 | 54 | 37 |
| Octal | 334 | 355 | 52 | 7 | 0 | 122 | 7 | 101 | 124 | 67 |
| Binary | 11011100 | 11101101 | 101010 | 111 | 0 | 1010010 | 111 | 1000001 | 1010100 | 110111 |
Color Harmonies of #DCED2A
Complementary color
Monochromatic Colors of #DCED2A
Black with #DCED2A
Text Example
Text Example
White with #DCED2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED2A; }
p { color: rgb(220,237,42); }
H1.HeaderClassName
{
color: #DCED2A;
}
.AnyTagClassName
{
color: #DCED2A;
}
</style>
background-color css
<style>
a { background-color: #DCED2A; }
a { background-color: rgb(220,237,42); }
div.DivClassName
{
background-color: #DCED2A;
}
.BgClassName
{
background-color: #DCED2A;
}
</style>
border-color css
<style>
span { border-color: #DCED2A; }
span { border-color: rgb(220,237,42); }
td.TdClassName
{
border-color: #DCED2A;
}
.TagClassName
{
border-color: #DCED2A;
}
</style>