Shades of Pear #DAE325
Tints of Pear #DAE325
RGB
CMYK
RGB Variations
Color information
#DAE325 (or 0xDAE325) is known color: Pear. HEX triplet: DA, E3 and 25. RGB value is (218,227,37). Sum of RGB (Red+Green+Blue) = 218+227+37=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE325 is #251CDA. Grayscale: #CBCBCB. Windows color (decimal): -2432219 or 2483162. OLE color: 2483162.
HSL color Cylindrical-coordinate representation of color #DAE325: hue angle of 62.84º 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 #DAE325 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 37 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.11 |
| HSL | 62.84º | 0.77% | 0.52% | - |
| HSV(B) | 62.84º | 0.84% | 0.89% | - |
| XYZ | 56.72 | 69.98 | 12.27 | - |
| YUV | 202.65 | 34.52 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 37 | 0.04 | 0 | 0.84 | 0.11 | 62.84 | 0.77 | 0.52 |
| Hex | DA | E3 | 25 | 4 | 0 | 54 | B | 3F | 4D | 34 |
| Octal | 332 | 343 | 45 | 4 | 0 | 124 | 13 | 77 | 115 | 64 |
| Binary | 11011010 | 11100011 | 100101 | 100 | 0 | 1010100 | 1011 | 111111 | 1001101 | 110100 |
Color Harmonies of #DAE325
Complementary color
Monochromatic Colors of #DAE325
Black with #DAE325
Text Example
Text Example
White with #DAE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE325; }
p { color: rgb(218,227,37); }
H1.HeaderClassName
{
color: #DAE325;
}
.AnyTagClassName
{
color: #DAE325;
}
</style>
background-color css
<style>
a { background-color: #DAE325; }
a { background-color: rgb(218,227,37); }
div.DivClassName
{
background-color: #DAE325;
}
.BgClassName
{
background-color: #DAE325;
}
</style>
border-color css
<style>
span { border-color: #DAE325; }
span { border-color: rgb(218,227,37); }
td.TdClassName
{
border-color: #DAE325;
}
.TagClassName
{
border-color: #DAE325;
}
</style>