Shades of Pear #DAE328
Tints of Pear #DAE328
RGB
CMYK
RGB Variations
Color information
#DAE328 (or 0xDAE328) is known color: Pear. HEX triplet: DA, E3 and 28. RGB value is (218,227,40). Sum of RGB (Red+Green+Blue) = 218+227+40=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE328 is #251CD7. Grayscale: #CBCBCB. Windows color (decimal): -2432216 or 2679770. OLE color: 2679770.
HSL color Cylindrical-coordinate representation of color #DAE328: hue angle of 62.89º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAE328 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 40 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.11 |
| HSL | 62.89º | 0.77% | 0.52% | - |
| HSV(B) | 62.89º | 0.82% | 0.89% | - |
| XYZ | 56.77 | 70 | 12.53 | - |
| YUV | 202.99 | 36.02 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 40 | 0.04 | 0 | 0.82 | 0.11 | 62.89 | 0.77 | 0.52 |
| Hex | DA | E3 | 28 | 4 | 0 | 52 | B | 3F | 4D | 34 |
| Octal | 332 | 343 | 50 | 4 | 0 | 122 | 13 | 77 | 115 | 64 |
| Binary | 11011010 | 11100011 | 101000 | 100 | 0 | 1010010 | 1011 | 111111 | 1001101 | 110100 |
Color Harmonies of #DAE328
Complementary color
Monochromatic Colors of #DAE328
Black with #DAE328
Text Example
Text Example
White with #DAE328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE328; }
p { color: rgb(218,227,40); }
H1.HeaderClassName
{
color: #DAE328;
}
.AnyTagClassName
{
color: #DAE328;
}
</style>
background-color css
<style>
a { background-color: #DAE328; }
a { background-color: rgb(218,227,40); }
div.DivClassName
{
background-color: #DAE328;
}
.BgClassName
{
background-color: #DAE328;
}
</style>
border-color css
<style>
span { border-color: #DAE328; }
span { border-color: rgb(218,227,40); }
td.TdClassName
{
border-color: #DAE328;
}
.TagClassName
{
border-color: #DAE328;
}
</style>