Shades of Pear #DAE534
Tints of Pear #DAE534
RGB
CMYK
RGB Variations
Color information
#DAE534 (or 0xDAE534) is known color: Pear. HEX triplet: DA, E5 and 34. RGB value is (218,229,52). Sum of RGB (Red+Green+Blue) = 218+229+52=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE534 is #251ACB. Grayscale: #CECECE. Windows color (decimal): -2431692 or 3466714. OLE color: 3466714.
HSL color Cylindrical-coordinate representation of color #DAE534: hue angle of 63.73º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAE534 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 52 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.10 |
| HSL | 63.73º | 0.77% | 0.55% | - |
| HSV(B) | 63.73º | 0.77% | 0.9% | - |
| XYZ | 57.55 | 71.19 | 13.96 | - |
| YUV | 205.53 | 41.36 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 52 | 0.05 | 0 | 0.77 | 0.10 | 63.73 | 0.77 | 0.55 |
| Hex | DA | E5 | 34 | 5 | 0 | 4D | A | 40 | 4D | 37 |
| Octal | 332 | 345 | 64 | 5 | 0 | 115 | 12 | 100 | 115 | 67 |
| Binary | 11011010 | 11100101 | 110100 | 101 | 0 | 1001101 | 1010 | 1000000 | 1001101 | 110111 |
Color Harmonies of #DAE534
Complementary color
Monochromatic Colors of #DAE534
Black with #DAE534
Text Example
Text Example
White with #DAE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE534; }
p { color: rgb(218,229,52); }
H1.HeaderClassName
{
color: #DAE534;
}
.AnyTagClassName
{
color: #DAE534;
}
</style>
background-color css
<style>
a { background-color: #DAE534; }
a { background-color: rgb(218,229,52); }
div.DivClassName
{
background-color: #DAE534;
}
.BgClassName
{
background-color: #DAE534;
}
</style>
border-color css
<style>
span { border-color: #DAE534; }
span { border-color: rgb(218,229,52); }
td.TdClassName
{
border-color: #DAE534;
}
.TagClassName
{
border-color: #DAE534;
}
</style>