Shades of Pear #DAE21A
Tints of Pear #DAE21A
RGB
CMYK
RGB Variations
Color information
#DAE21A (or 0xDAE21A) is known color: Pear. HEX triplet: DA, E2 and 1A. RGB value is (218,226,26). Sum of RGB (Red+Green+Blue) = 218+226+26=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 26 (10.55% from 255 or 5.53% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE21A is #251DE5. Grayscale: #C9C9C9. Windows color (decimal): -2432486 or 1762010. OLE color: 1762010.
HSL color Cylindrical-coordinate representation of color #DAE21A: hue angle of 62.4º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAE21A is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 26 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.11 |
| HSL | 62.4º | 0.79% | 0.49% | - |
| HSV(B) | 62.4º | 0.88% | 0.89% | - |
| XYZ | 56.3 | 69.37 | 11.4 | - |
| YUV | 200.81 | 29.35 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 26 | 0.04 | 0 | 0.88 | 0.11 | 62.4 | 0.79 | 0.49 |
| Hex | DA | E2 | 1A | 4 | 0 | 58 | B | 3E | 4F | 31 |
| Octal | 332 | 342 | 32 | 4 | 0 | 130 | 13 | 76 | 117 | 61 |
| Binary | 11011010 | 11100010 | 11010 | 100 | 0 | 1011000 | 1011 | 111110 | 1001111 | 110001 |
Color Harmonies of #DAE21A
Complementary color
Monochromatic Colors of #DAE21A
Black with #DAE21A
Text Example
Text Example
White with #DAE21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE21A; }
p { color: rgb(218,226,26); }
H1.HeaderClassName
{
color: #DAE21A;
}
.AnyTagClassName
{
color: #DAE21A;
}
</style>
background-color css
<style>
a { background-color: #DAE21A; }
a { background-color: rgb(218,226,26); }
div.DivClassName
{
background-color: #DAE21A;
}
.BgClassName
{
background-color: #DAE21A;
}
</style>
border-color css
<style>
span { border-color: #DAE21A; }
span { border-color: rgb(218,226,26); }
td.TdClassName
{
border-color: #DAE21A;
}
.TagClassName
{
border-color: #DAE21A;
}
</style>