Shades of Pear #DAE621
Tints of Pear #DAE621
RGB
CMYK
RGB Variations
Color information
#DAE621 (or 0xDAE621) is known color: Pear. HEX triplet: DA, E6 and 21. RGB value is (218,230,33). Sum of RGB (Red+Green+Blue) = 218+230+33=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE621 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE621 is #2519DE. Grayscale: #CCCCCC. Windows color (decimal): -2431455 or 2221786. OLE color: 2221786.
HSL color Cylindrical-coordinate representation of color #DAE621: hue angle of 63.65º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE621 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 33 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.10 |
| HSL | 63.65º | 0.8% | 0.52% | - |
| HSV(B) | 63.65º | 0.86% | 0.9% | - |
| XYZ | 57.48 | 71.61 | 12.23 | - |
| YUV | 203.95 | 31.52 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 33 | 0.05 | 0 | 0.86 | 0.10 | 63.65 | 0.8 | 0.52 |
| Hex | DA | E6 | 21 | 5 | 0 | 56 | A | 40 | 50 | 34 |
| Octal | 332 | 346 | 41 | 5 | 0 | 126 | 12 | 100 | 120 | 64 |
| Binary | 11011010 | 11100110 | 100001 | 101 | 0 | 1010110 | 1010 | 1000000 | 1010000 | 110100 |
Color Harmonies of #DAE621
Complementary color
Monochromatic Colors of #DAE621
Black with #DAE621
Text Example
Text Example
White with #DAE621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE621; }
p { color: rgb(218,230,33); }
H1.HeaderClassName
{
color: #DAE621;
}
.AnyTagClassName
{
color: #DAE621;
}
</style>
background-color css
<style>
a { background-color: #DAE621; }
a { background-color: rgb(218,230,33); }
div.DivClassName
{
background-color: #DAE621;
}
.BgClassName
{
background-color: #DAE621;
}
</style>
border-color css
<style>
span { border-color: #DAE621; }
span { border-color: rgb(218,230,33); }
td.TdClassName
{
border-color: #DAE621;
}
.TagClassName
{
border-color: #DAE621;
}
</style>