Shades of Pear #DAE330
Tints of Pear #DAE330
RGB
CMYK
RGB Variations
Color information
#DAE330 (or 0xDAE330) is known color: Pear. HEX triplet: DA, E3 and 30. RGB value is (218,227,48). Sum of RGB (Red+Green+Blue) = 218+227+48=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 48 (19.14% from 255 or 9.74% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE330 is #251CCF. Grayscale: #CCCCCC. Windows color (decimal): -2432208 or 3204058. OLE color: 3204058.
HSL color Cylindrical-coordinate representation of color #DAE330: hue angle of 63.02º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAE330 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 48 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.11 |
| HSL | 63.02º | 0.76% | 0.54% | - |
| HSV(B) | 63.02º | 0.79% | 0.89% | - |
| XYZ | 56.92 | 70.06 | 13.32 | - |
| YUV | 203.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 48 | 0.04 | 0 | 0.79 | 0.11 | 63.02 | 0.76 | 0.54 |
| Hex | DA | E3 | 30 | 4 | 0 | 4F | B | 3F | 4C | 36 |
| Octal | 332 | 343 | 60 | 4 | 0 | 117 | 13 | 77 | 114 | 66 |
| Binary | 11011010 | 11100011 | 110000 | 100 | 0 | 1001111 | 1011 | 111111 | 1001100 | 110110 |
Color Harmonies of #DAE330
Complementary color
Monochromatic Colors of #DAE330
Black with #DAE330
Text Example
Text Example
White with #DAE330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE330; }
p { color: rgb(218,227,48); }
H1.HeaderClassName
{
color: #DAE330;
}
.AnyTagClassName
{
color: #DAE330;
}
</style>
background-color css
<style>
a { background-color: #DAE330; }
a { background-color: rgb(218,227,48); }
div.DivClassName
{
background-color: #DAE330;
}
.BgClassName
{
background-color: #DAE330;
}
</style>
border-color css
<style>
span { border-color: #DAE330; }
span { border-color: rgb(218,227,48); }
td.TdClassName
{
border-color: #DAE330;
}
.TagClassName
{
border-color: #DAE330;
}
</style>