Shades of Pear #DCED2D
Tints of Pear #DCED2D
RGB
CMYK
RGB Variations
Color information
#DCED2D (or 0xDCED2D) is known color: Pear. HEX triplet: DC, ED and 2D. RGB value is (220,237,45). Sum of RGB (Red+Green+Blue) = 220+237+45=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCED2D is #2312D2. Grayscale: #D2D2D2. Windows color (decimal): -2298579 or 3010012. OLE color: 3010012.
HSL color Cylindrical-coordinate representation of color #DCED2D: hue angle of 65.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCED2D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 45 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.07 |
| HSL | 65.31º | 0.84% | 0.55% | - |
| HSV(B) | 65.31º | 0.81% | 0.93% | - |
| XYZ | 60.27 | 75.97 | 13.97 | - |
| YUV | 210.03 | 34.87 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 45 | 0.07 | 0 | 0.81 | 0.07 | 65.31 | 0.84 | 0.55 |
| Hex | DC | ED | 2D | 7 | 0 | 51 | 7 | 41 | 54 | 37 |
| Octal | 334 | 355 | 55 | 7 | 0 | 121 | 7 | 101 | 124 | 67 |
| Binary | 11011100 | 11101101 | 101101 | 111 | 0 | 1010001 | 111 | 1000001 | 1010100 | 110111 |
Color Harmonies of #DCED2D
Complementary color
Monochromatic Colors of #DCED2D
Black with #DCED2D
Text Example
Text Example
White with #DCED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED2D; }
p { color: rgb(220,237,45); }
H1.HeaderClassName
{
color: #DCED2D;
}
.AnyTagClassName
{
color: #DCED2D;
}
</style>
background-color css
<style>
a { background-color: #DCED2D; }
a { background-color: rgb(220,237,45); }
div.DivClassName
{
background-color: #DCED2D;
}
.BgClassName
{
background-color: #DCED2D;
}
</style>
border-color css
<style>
span { border-color: #DCED2D; }
span { border-color: rgb(220,237,45); }
td.TdClassName
{
border-color: #DCED2D;
}
.TagClassName
{
border-color: #DCED2D;
}
</style>