Shades of Pear #DAE434
Tints of Pear #DAE434
RGB
CMYK
RGB Variations
Color information
#DAE434 (or 0xDAE434) is known color: Pear. HEX triplet: DA, E4 and 34. RGB value is (218,228,52). Sum of RGB (Red+Green+Blue) = 218+228+52=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 228 (89.45% from 255 or 45.78% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE434 is #251BCB. Grayscale: #CDCDCD. Windows color (decimal): -2431948 or 3466458. OLE color: 3466458.
HSL color Cylindrical-coordinate representation of color #DAE434: hue angle of 63.41º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAE434 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 52 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.11 |
| HSL | 63.41º | 0.77% | 0.55% | - |
| HSV(B) | 63.41º | 0.77% | 0.89% | - |
| XYZ | 57.28 | 70.64 | 13.86 | - |
| YUV | 204.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 52 | 0.04 | 0 | 0.77 | 0.11 | 63.41 | 0.77 | 0.55 |
| Hex | DA | E4 | 34 | 4 | 0 | 4D | B | 3F | 4D | 37 |
| Octal | 332 | 344 | 64 | 4 | 0 | 115 | 13 | 77 | 115 | 67 |
| Binary | 11011010 | 11100100 | 110100 | 100 | 0 | 1001101 | 1011 | 111111 | 1001101 | 110111 |
Color Harmonies of #DAE434
Complementary color
Monochromatic Colors of #DAE434
Black with #DAE434
Text Example
Text Example
White with #DAE434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE434; }
p { color: rgb(218,228,52); }
H1.HeaderClassName
{
color: #DAE434;
}
.AnyTagClassName
{
color: #DAE434;
}
</style>
background-color css
<style>
a { background-color: #DAE434; }
a { background-color: rgb(218,228,52); }
div.DivClassName
{
background-color: #DAE434;
}
.BgClassName
{
background-color: #DAE434;
}
</style>
border-color css
<style>
span { border-color: #DAE434; }
span { border-color: rgb(218,228,52); }
td.TdClassName
{
border-color: #DAE434;
}
.TagClassName
{
border-color: #DAE434;
}
</style>