Shades of Pear #DAE230
Tints of Pear #DAE230
RGB
CMYK
RGB Variations
Color information
#DAE230 (or 0xDAE230) is known color: Pear. HEX triplet: DA, E2 and 30. RGB value is (218,226,48). Sum of RGB (Red+Green+Blue) = 218+226+48=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE230 is #251DCF. Grayscale: #CCCCCC. Windows color (decimal): -2432464 or 3203802. OLE color: 3203802.
HSL color Cylindrical-coordinate representation of color #DAE230: hue angle of 62.7º degrees, saturation: 0.75, 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 #DAE230 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 48 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.11 |
| HSL | 62.7º | 0.75% | 0.54% | - |
| HSV(B) | 62.7º | 0.79% | 0.89% | - |
| XYZ | 56.64 | 69.51 | 13.23 | - |
| YUV | 203.32 | 40.35 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 48 | 0.04 | 0 | 0.79 | 0.11 | 62.7 | 0.75 | 0.54 |
| Hex | DA | E2 | 30 | 4 | 0 | 4F | B | 3F | 4B | 36 |
| Octal | 332 | 342 | 60 | 4 | 0 | 117 | 13 | 77 | 113 | 66 |
| Binary | 11011010 | 11100010 | 110000 | 100 | 0 | 1001111 | 1011 | 111111 | 1001011 | 110110 |
Color Harmonies of #DAE230
Complementary color
Monochromatic Colors of #DAE230
Black with #DAE230
Text Example
Text Example
White with #DAE230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE230; }
p { color: rgb(218,226,48); }
H1.HeaderClassName
{
color: #DAE230;
}
.AnyTagClassName
{
color: #DAE230;
}
</style>
background-color css
<style>
a { background-color: #DAE230; }
a { background-color: rgb(218,226,48); }
div.DivClassName
{
background-color: #DAE230;
}
.BgClassName
{
background-color: #DAE230;
}
</style>
border-color css
<style>
span { border-color: #DAE230; }
span { border-color: rgb(218,226,48); }
td.TdClassName
{
border-color: #DAE230;
}
.TagClassName
{
border-color: #DAE230;
}
</style>