Shades of Pear #DAE925
Tints of Pear #DAE925
RGB
CMYK
RGB Variations
Color information
#DAE925 (or 0xDAE925) is known color: Pear. HEX triplet: DA, E9 and 25. RGB value is (218,233,37). Sum of RGB (Red+Green+Blue) = 218+233+37=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE925 is #2516DA. Grayscale: #CECECE. Windows color (decimal): -2430683 or 2484698. OLE color: 2484698.
HSL color Cylindrical-coordinate representation of color #DAE925: hue angle of 64.59º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAE925 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 37 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.09 |
| HSL | 64.59º | 0.82% | 0.53% | - |
| HSV(B) | 64.59º | 0.84% | 0.91% | - |
| XYZ | 58.39 | 73.32 | 12.82 | - |
| YUV | 206.17 | 32.53 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 37 | 0.06 | 0 | 0.84 | 0.09 | 64.59 | 0.82 | 0.53 |
| Hex | DA | E9 | 25 | 6 | 0 | 54 | 9 | 41 | 52 | 35 |
| Octal | 332 | 351 | 45 | 6 | 0 | 124 | 11 | 101 | 122 | 65 |
| Binary | 11011010 | 11101001 | 100101 | 110 | 0 | 1010100 | 1001 | 1000001 | 1010010 | 110101 |
Color Harmonies of #DAE925
Complementary color
Monochromatic Colors of #DAE925
Black with #DAE925
Text Example
Text Example
White with #DAE925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE925; }
p { color: rgb(218,233,37); }
H1.HeaderClassName
{
color: #DAE925;
}
.AnyTagClassName
{
color: #DAE925;
}
</style>
background-color css
<style>
a { background-color: #DAE925; }
a { background-color: rgb(218,233,37); }
div.DivClassName
{
background-color: #DAE925;
}
.BgClassName
{
background-color: #DAE925;
}
</style>
border-color css
<style>
span { border-color: #DAE925; }
span { border-color: rgb(218,233,37); }
td.TdClassName
{
border-color: #DAE925;
}
.TagClassName
{
border-color: #DAE925;
}
</style>