Shades of Pear #DAE421
Tints of Pear #DAE421
RGB
CMYK
RGB Variations
Color information
#DAE421 (or 0xDAE421) is known color: Pear. HEX triplet: DA, E4 and 21. RGB value is (218,228,33). Sum of RGB (Red+Green+Blue) = 218+228+33=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 33 (13.28% from 255 or 6.89% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE421 is #251BDE. Grayscale: #CBCBCB. Windows color (decimal): -2431967 or 2221274. OLE color: 2221274.
HSL color Cylindrical-coordinate representation of color #DAE421: hue angle of 63.08º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE421 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 33 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.11 |
| HSL | 63.08º | 0.78% | 0.51% | - |
| HSV(B) | 63.08º | 0.86% | 0.89% | - |
| XYZ | 56.93 | 70.5 | 12.05 | - |
| YUV | 202.78 | 32.19 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 33 | 0.04 | 0 | 0.86 | 0.11 | 63.08 | 0.78 | 0.51 |
| Hex | DA | E4 | 21 | 4 | 0 | 56 | B | 3F | 4E | 33 |
| Octal | 332 | 344 | 41 | 4 | 0 | 126 | 13 | 77 | 116 | 63 |
| Binary | 11011010 | 11100100 | 100001 | 100 | 0 | 1010110 | 1011 | 111111 | 1001110 | 110011 |
Color Harmonies of #DAE421
Complementary color
Monochromatic Colors of #DAE421
Black with #DAE421
Text Example
Text Example
White with #DAE421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE421; }
p { color: rgb(218,228,33); }
H1.HeaderClassName
{
color: #DAE421;
}
.AnyTagClassName
{
color: #DAE421;
}
</style>
background-color css
<style>
a { background-color: #DAE421; }
a { background-color: rgb(218,228,33); }
div.DivClassName
{
background-color: #DAE421;
}
.BgClassName
{
background-color: #DAE421;
}
</style>
border-color css
<style>
span { border-color: #DAE421; }
span { border-color: rgb(218,228,33); }
td.TdClassName
{
border-color: #DAE421;
}
.TagClassName
{
border-color: #DAE421;
}
</style>