Shades of Pear #DCED40
Tints of Pear #DCED40
RGB
CMYK
RGB Variations
Color information
#DCED40 (or 0xDCED40) is known color: Pear. HEX triplet: DC, ED and 40. RGB value is (220,237,64). Sum of RGB (Red+Green+Blue) = 220+237+64=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 64 (25.39% from 255 or 12.28% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED40 is #2312BF. Grayscale: #D4D4D4. Windows color (decimal): -2298560 or 4255196. OLE color: 4255196.
HSL color Cylindrical-coordinate representation of color #DCED40: hue angle of 65.9º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCED40 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 64 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.07 |
| HSL | 65.9º | 0.83% | 0.59% | - |
| HSV(B) | 65.9º | 0.73% | 0.93% | - |
| XYZ | 60.72 | 76.15 | 16.35 | - |
| YUV | 212.2 | 44.37 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 64 | 0.07 | 0 | 0.73 | 0.07 | 65.9 | 0.83 | 0.59 |
| Hex | DC | ED | 40 | 7 | 0 | 49 | 7 | 42 | 53 | 3B |
| Octal | 334 | 355 | 100 | 7 | 0 | 111 | 7 | 102 | 123 | 73 |
| Binary | 11011100 | 11101101 | 1000000 | 111 | 0 | 1001001 | 111 | 1000010 | 1010011 | 111011 |
Color Harmonies of #DCED40
Complementary color
Monochromatic Colors of #DCED40
Black with #DCED40
Text Example
Text Example
White with #DCED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED40; }
p { color: rgb(220,237,64); }
H1.HeaderClassName
{
color: #DCED40;
}
.AnyTagClassName
{
color: #DCED40;
}
</style>
background-color css
<style>
a { background-color: #DCED40; }
a { background-color: rgb(220,237,64); }
div.DivClassName
{
background-color: #DCED40;
}
.BgClassName
{
background-color: #DCED40;
}
</style>
border-color css
<style>
span { border-color: #DCED40; }
span { border-color: rgb(220,237,64); }
td.TdClassName
{
border-color: #DCED40;
}
.TagClassName
{
border-color: #DCED40;
}
</style>