Shades of Pear #DAE535
Tints of Pear #DAE535
RGB
CMYK
RGB Variations
Color information
#DAE535 (or 0xDAE535) is known color: Pear. HEX triplet: DA, E5 and 35. RGB value is (218,229,53). Sum of RGB (Red+Green+Blue) = 218+229+53=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 229 (89.84% from 255 or 45.8% from 500); Blue value is 53 (21.09% from 255 or 10.6% from 500); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE535 is #251ACA. Grayscale: #CECECE. Windows color (decimal): -2431691 or 3532250. OLE color: 3532250.
HSL color Cylindrical-coordinate representation of color #DAE535: hue angle of 63.75º 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 #DAE535 is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 53 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.10 |
| HSL | 63.75º | 0.77% | 0.55% | - |
| HSV(B) | 63.75º | 0.77% | 0.9% | - |
| XYZ | 57.58 | 71.2 | 14.08 | - |
| YUV | 205.65 | 41.86 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 53 | 0.05 | 0 | 0.77 | 0.10 | 63.75 | 0.77 | 0.55 |
| Hex | DA | E5 | 35 | 5 | 0 | 4D | A | 40 | 4D | 37 |
| Octal | 332 | 345 | 65 | 5 | 0 | 115 | 12 | 100 | 115 | 67 |
| Binary | 11011010 | 11100101 | 110101 | 101 | 0 | 1001101 | 1010 | 1000000 | 1001101 | 110111 |
Color Harmonies of #DAE535
Complementary color
Monochromatic Colors of #DAE535
Black with #DAE535
Text Example
Text Example
White with #DAE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE535; }
p { color: rgb(218,229,53); }
H1.HeaderClassName
{
color: #DAE535;
}
.AnyTagClassName
{
color: #DAE535;
}
</style>
background-color css
<style>
a { background-color: #DAE535; }
a { background-color: rgb(218,229,53); }
div.DivClassName
{
background-color: #DAE535;
}
.BgClassName
{
background-color: #DAE535;
}
</style>
border-color css
<style>
span { border-color: #DAE535; }
span { border-color: rgb(218,229,53); }
td.TdClassName
{
border-color: #DAE535;
}
.TagClassName
{
border-color: #DAE535;
}
</style>