Shades of Pear #DCE325
Tints of Pear #DCE325
RGB
CMYK
RGB Variations
Color information
#DCE325 (or 0xDCE325) is known color: Pear. HEX triplet: DC, E3 and 25. RGB value is (220,227,37). Sum of RGB (Red+Green+Blue) = 220+227+37=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCE325 is #231CDA. Grayscale: #CCCCCC. Windows color (decimal): -2301147 or 2483164. OLE color: 2483164.
HSL color Cylindrical-coordinate representation of color #DCE325: hue angle of 62.21º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCE325 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 37 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.11 |
| HSL | 62.21º | 0.77% | 0.52% | - |
| HSV(B) | 62.21º | 0.84% | 0.89% | - |
| XYZ | 57.32 | 70.29 | 12.3 | - |
| YUV | 203.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 37 | 0.03 | 0 | 0.84 | 0.11 | 62.21 | 0.77 | 0.52 |
| Hex | DC | E3 | 25 | 3 | 0 | 54 | B | 3E | 4D | 34 |
| Octal | 334 | 343 | 45 | 3 | 0 | 124 | 13 | 76 | 115 | 64 |
| Binary | 11011100 | 11100011 | 100101 | 11 | 0 | 1010100 | 1011 | 111110 | 1001101 | 110100 |
Color Harmonies of #DCE325
Complementary color
Monochromatic Colors of #DCE325
Black with #DCE325
Text Example
Text Example
White with #DCE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE325; }
p { color: rgb(220,227,37); }
H1.HeaderClassName
{
color: #DCE325;
}
.AnyTagClassName
{
color: #DCE325;
}
</style>
background-color css
<style>
a { background-color: #DCE325; }
a { background-color: rgb(220,227,37); }
div.DivClassName
{
background-color: #DCE325;
}
.BgClassName
{
background-color: #DCE325;
}
</style>
border-color css
<style>
span { border-color: #DCE325; }
span { border-color: rgb(220,227,37); }
td.TdClassName
{
border-color: #DCE325;
}
.TagClassName
{
border-color: #DCE325;
}
</style>