Shades of Pear #DAE72B
Tints of Pear #DAE72B
RGB
CMYK
RGB Variations
Color information
#DAE72B (or 0xDAE72B) is known color: Pear. HEX triplet: DA, E7 and 2B. RGB value is (218,231,43). Sum of RGB (Red+Green+Blue) = 218+231+43=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE72B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE72B is #2518D4. Grayscale: #CECECE. Windows color (decimal): -2431189 or 2877402. OLE color: 2877402.
HSL color Cylindrical-coordinate representation of color #DAE72B: hue angle of 64.15º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAE72B is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 43 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.09 |
| HSL | 64.15º | 0.8% | 0.54% | - |
| HSV(B) | 64.15º | 0.81% | 0.91% | - |
| XYZ | 57.93 | 72.23 | 13.17 | - |
| YUV | 205.68 | 36.19 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 43 | 0.06 | 0 | 0.81 | 0.09 | 64.15 | 0.8 | 0.54 |
| Hex | DA | E7 | 2B | 6 | 0 | 51 | 9 | 40 | 50 | 36 |
| Octal | 332 | 347 | 53 | 6 | 0 | 121 | 11 | 100 | 120 | 66 |
| Binary | 11011010 | 11100111 | 101011 | 110 | 0 | 1010001 | 1001 | 1000000 | 1010000 | 110110 |
Color Harmonies of #DAE72B
Complementary color
Monochromatic Colors of #DAE72B
Black with #DAE72B
Text Example
Text Example
White with #DAE72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE72B; }
p { color: rgb(218,231,43); }
H1.HeaderClassName
{
color: #DAE72B;
}
.AnyTagClassName
{
color: #DAE72B;
}
</style>
background-color css
<style>
a { background-color: #DAE72B; }
a { background-color: rgb(218,231,43); }
div.DivClassName
{
background-color: #DAE72B;
}
.BgClassName
{
background-color: #DAE72B;
}
</style>
border-color css
<style>
span { border-color: #DAE72B; }
span { border-color: rgb(218,231,43); }
td.TdClassName
{
border-color: #DAE72B;
}
.TagClassName
{
border-color: #DAE72B;
}
</style>