Shades of Pear #DAE530
Tints of Pear #DAE530
RGB
CMYK
RGB Variations
Color information
#DAE530 (or 0xDAE530) is known color: Pear. HEX triplet: DA, E5 and 30. RGB value is (218,229,48). Sum of RGB (Red+Green+Blue) = 218+229+48=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 229 (89.84% from 255 or 46.26% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE530 is #251ACF. Grayscale: #CDCDCD. Windows color (decimal): -2431696 or 3204570. OLE color: 3204570.
HSL color Cylindrical-coordinate representation of color #DAE530: hue angle of 63.65º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAE530 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 48 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.10 |
| HSL | 63.65º | 0.78% | 0.54% | - |
| HSV(B) | 63.65º | 0.79% | 0.9% | - |
| XYZ | 57.47 | 71.16 | 13.5 | - |
| YUV | 205.08 | 39.36 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 48 | 0.05 | 0 | 0.79 | 0.10 | 63.65 | 0.78 | 0.54 |
| Hex | DA | E5 | 30 | 5 | 0 | 4F | A | 40 | 4E | 36 |
| Octal | 332 | 345 | 60 | 5 | 0 | 117 | 12 | 100 | 116 | 66 |
| Binary | 11011010 | 11100101 | 110000 | 101 | 0 | 1001111 | 1010 | 1000000 | 1001110 | 110110 |
Color Harmonies of #DAE530
Complementary color
Monochromatic Colors of #DAE530
Black with #DAE530
Text Example
Text Example
White with #DAE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE530; }
p { color: rgb(218,229,48); }
H1.HeaderClassName
{
color: #DAE530;
}
.AnyTagClassName
{
color: #DAE530;
}
</style>
background-color css
<style>
a { background-color: #DAE530; }
a { background-color: rgb(218,229,48); }
div.DivClassName
{
background-color: #DAE530;
}
.BgClassName
{
background-color: #DAE530;
}
</style>
border-color css
<style>
span { border-color: #DAE530; }
span { border-color: rgb(218,229,48); }
td.TdClassName
{
border-color: #DAE530;
}
.TagClassName
{
border-color: #DAE530;
}
</style>