Shades of Pear #DAE321
Tints of Pear #DAE321
RGB
CMYK
RGB Variations
Color information
#DAE321 (or 0xDAE321) is known color: Pear. HEX triplet: DA, E3 and 21. RGB value is (218,227,33). Sum of RGB (Red+Green+Blue) = 218+227+33=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 33 (13.28% from 255 or 6.90% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE321 is #251CDE. Grayscale: #CACACA. Windows color (decimal): -2432223 or 2221018. OLE color: 2221018.
HSL color Cylindrical-coordinate representation of color #DAE321: hue angle of 62.78º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAE321 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 33 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.11 |
| HSL | 62.78º | 0.78% | 0.51% | - |
| HSV(B) | 62.78º | 0.85% | 0.89% | - |
| XYZ | 56.66 | 69.95 | 11.96 | - |
| YUV | 202.19 | 32.52 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 33 | 0.04 | 0 | 0.85 | 0.11 | 62.78 | 0.78 | 0.51 |
| Hex | DA | E3 | 21 | 4 | 0 | 55 | B | 3F | 4E | 33 |
| Octal | 332 | 343 | 41 | 4 | 0 | 125 | 13 | 77 | 116 | 63 |
| Binary | 11011010 | 11100011 | 100001 | 100 | 0 | 1010101 | 1011 | 111111 | 1001110 | 110011 |
Color Harmonies of #DAE321
Complementary color
Monochromatic Colors of #DAE321
Black with #DAE321
Text Example
Text Example
White with #DAE321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE321; }
p { color: rgb(218,227,33); }
H1.HeaderClassName
{
color: #DAE321;
}
.AnyTagClassName
{
color: #DAE321;
}
</style>
background-color css
<style>
a { background-color: #DAE321; }
a { background-color: rgb(218,227,33); }
div.DivClassName
{
background-color: #DAE321;
}
.BgClassName
{
background-color: #DAE321;
}
</style>
border-color css
<style>
span { border-color: #DAE321; }
span { border-color: rgb(218,227,33); }
td.TdClassName
{
border-color: #DAE321;
}
.TagClassName
{
border-color: #DAE321;
}
</style>