Shades of Pear #DAE513
Tints of Pear #DAE513
RGB
CMYK
RGB Variations
Color information
#DAE513 (or 0xDAE513) is known color: Pear. HEX triplet: DA, E5 and 13. RGB value is (218,229,19). Sum of RGB (Red+Green+Blue) = 218+229+19=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 19 (7.81% from 255 or 4.08% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE513 is #251AEC. Grayscale: #CACACA. Windows color (decimal): -2431725 or 1304026. OLE color: 1304026.
HSL color Cylindrical-coordinate representation of color #DAE513: hue angle of 63.14º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DAE513 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 19 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.10 |
| HSL | 63.14º | 0.85% | 0.49% | - |
| HSV(B) | 63.14º | 0.92% | 0.9% | - |
| XYZ | 57.05 | 70.99 | 11.31 | - |
| YUV | 201.77 | 24.86 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 19 | 0.05 | 0 | 0.92 | 0.10 | 63.14 | 0.85 | 0.49 |
| Hex | DA | E5 | 13 | 5 | 0 | 5C | A | 3F | 55 | 31 |
| Octal | 332 | 345 | 23 | 5 | 0 | 134 | 12 | 77 | 125 | 61 |
| Binary | 11011010 | 11100101 | 10011 | 101 | 0 | 1011100 | 1010 | 111111 | 1010101 | 110001 |
Color Harmonies of #DAE513
Complementary color
Monochromatic Colors of #DAE513
Black with #DAE513
Text Example
Text Example
White with #DAE513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE513; }
p { color: rgb(218,229,19); }
H1.HeaderClassName
{
color: #DAE513;
}
.AnyTagClassName
{
color: #DAE513;
}
</style>
background-color css
<style>
a { background-color: #DAE513; }
a { background-color: rgb(218,229,19); }
div.DivClassName
{
background-color: #DAE513;
}
.BgClassName
{
background-color: #DAE513;
}
</style>
border-color css
<style>
span { border-color: #DAE513; }
span { border-color: rgb(218,229,19); }
td.TdClassName
{
border-color: #DAE513;
}
.TagClassName
{
border-color: #DAE513;
}
</style>