Shades of Pear #DAE928
Tints of Pear #DAE928
RGB
CMYK
RGB Variations
Color information
#DAE928 (or 0xDAE928) is known color: Pear. HEX triplet: DA, E9 and 28. RGB value is (218,233,40). Sum of RGB (Red+Green+Blue) = 218+233+40=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE928 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE928 is #2516D7. Grayscale: #CFCFCF. Windows color (decimal): -2430680 or 2681306. OLE color: 2681306.
HSL color Cylindrical-coordinate representation of color #DAE928: hue angle of 64.66º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAE928 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 40 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.09 |
| HSL | 64.66º | 0.81% | 0.54% | - |
| HSV(B) | 64.66º | 0.83% | 0.91% | - |
| XYZ | 58.44 | 73.34 | 13.08 | - |
| YUV | 206.51 | 34.03 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 40 | 0.06 | 0 | 0.83 | 0.09 | 64.66 | 0.81 | 0.54 |
| Hex | DA | E9 | 28 | 6 | 0 | 53 | 9 | 41 | 51 | 36 |
| Octal | 332 | 351 | 50 | 6 | 0 | 123 | 11 | 101 | 121 | 66 |
| Binary | 11011010 | 11101001 | 101000 | 110 | 0 | 1010011 | 1001 | 1000001 | 1010001 | 110110 |
Color Harmonies of #DAE928
Complementary color
Monochromatic Colors of #DAE928
Black with #DAE928
Text Example
Text Example
White with #DAE928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE928; }
p { color: rgb(218,233,40); }
H1.HeaderClassName
{
color: #DAE928;
}
.AnyTagClassName
{
color: #DAE928;
}
</style>
background-color css
<style>
a { background-color: #DAE928; }
a { background-color: rgb(218,233,40); }
div.DivClassName
{
background-color: #DAE928;
}
.BgClassName
{
background-color: #DAE928;
}
</style>
border-color css
<style>
span { border-color: #DAE928; }
span { border-color: rgb(218,233,40); }
td.TdClassName
{
border-color: #DAE928;
}
.TagClassName
{
border-color: #DAE928;
}
</style>