Shades of Pear #DAE12A
Tints of Pear #DAE12A
RGB
CMYK
RGB Variations
Color information
#DAE12A (or 0xDAE12A) is known color: Pear. HEX triplet: DA, E1 and 2A. RGB value is (218,225,42). Sum of RGB (Red+Green+Blue) = 218+225+42=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 42 (16.80% from 255 or 8.66% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE12A is #251ED5. Grayscale: #CACACA. Windows color (decimal): -2432726 or 2810330. OLE color: 2810330.
HSL color Cylindrical-coordinate representation of color #DAE12A: hue angle of 62.3º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAE12A is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 42 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.12 |
| HSL | 62.3º | 0.75% | 0.52% | - |
| HSV(B) | 62.3º | 0.81% | 0.88% | - |
| XYZ | 56.26 | 68.92 | 12.53 | - |
| YUV | 202.05 | 37.68 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 42 | 0.03 | 0 | 0.81 | 0.12 | 62.3 | 0.75 | 0.52 |
| Hex | DA | E1 | 2A | 3 | 0 | 51 | C | 3E | 4B | 34 |
| Octal | 332 | 341 | 52 | 3 | 0 | 121 | 14 | 76 | 113 | 64 |
| Binary | 11011010 | 11100001 | 101010 | 11 | 0 | 1010001 | 1100 | 111110 | 1001011 | 110100 |
Color Harmonies of #DAE12A
Complementary color
Monochromatic Colors of #DAE12A
Black with #DAE12A
Text Example
Text Example
White with #DAE12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE12A; }
p { color: rgb(218,225,42); }
H1.HeaderClassName
{
color: #DAE12A;
}
.AnyTagClassName
{
color: #DAE12A;
}
</style>
background-color css
<style>
a { background-color: #DAE12A; }
a { background-color: rgb(218,225,42); }
div.DivClassName
{
background-color: #DAE12A;
}
.BgClassName
{
background-color: #DAE12A;
}
</style>
border-color css
<style>
span { border-color: #DAE12A; }
span { border-color: rgb(218,225,42); }
td.TdClassName
{
border-color: #DAE12A;
}
.TagClassName
{
border-color: #DAE12A;
}
</style>