Shades of Pear #DAE521
Tints of Pear #DAE521
RGB
CMYK
RGB Variations
Color information
#DAE521 (or 0xDAE521) is known color: Pear. HEX triplet: DA, E5 and 21. RGB value is (218,229,33). Sum of RGB (Red+Green+Blue) = 218+229+33=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 229 (89.84% from 255 or 47.71% from 480); Blue value is 33 (13.28% from 255 or 6.88% from 480); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE521 is #251ADE. Grayscale: #CCCCCC. Windows color (decimal): -2431711 or 2221530. OLE color: 2221530.
HSL color Cylindrical-coordinate representation of color #DAE521: hue angle of 63.37º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE521 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 33 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.10 |
| HSL | 63.37º | 0.79% | 0.51% | - |
| HSV(B) | 63.37º | 0.86% | 0.9% | - |
| XYZ | 57.21 | 71.05 | 12.14 | - |
| YUV | 203.37 | 31.86 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 33 | 0.05 | 0 | 0.86 | 0.10 | 63.37 | 0.79 | 0.51 |
| Hex | DA | E5 | 21 | 5 | 0 | 56 | A | 3F | 4F | 33 |
| Octal | 332 | 345 | 41 | 5 | 0 | 126 | 12 | 77 | 117 | 63 |
| Binary | 11011010 | 11100101 | 100001 | 101 | 0 | 1010110 | 1010 | 111111 | 1001111 | 110011 |
Color Harmonies of #DAE521
Complementary color
Monochromatic Colors of #DAE521
Black with #DAE521
Text Example
Text Example
White with #DAE521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE521; }
p { color: rgb(218,229,33); }
H1.HeaderClassName
{
color: #DAE521;
}
.AnyTagClassName
{
color: #DAE521;
}
</style>
background-color css
<style>
a { background-color: #DAE521; }
a { background-color: rgb(218,229,33); }
div.DivClassName
{
background-color: #DAE521;
}
.BgClassName
{
background-color: #DAE521;
}
</style>
border-color css
<style>
span { border-color: #DAE521; }
span { border-color: rgb(218,229,33); }
td.TdClassName
{
border-color: #DAE521;
}
.TagClassName
{
border-color: #DAE521;
}
</style>