Shades of Pear #DAE71C
Tints of Pear #DAE71C
RGB
CMYK
RGB Variations
Color information
#DAE71C (or 0xDAE71C) is known color: Pear. HEX triplet: DA, E7 and 1C. RGB value is (218,231,28). Sum of RGB (Red+Green+Blue) = 218+231+28=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE71C is #2518E3. Grayscale: #CCCCCC. Windows color (decimal): -2431204 or 1894362. OLE color: 1894362.
HSL color Cylindrical-coordinate representation of color #DAE71C: hue angle of 63.84º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAE71C is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 28 | - |
| CMYK | 0.06 | 0 | 0.88 | 0.09 |
| HSL | 63.84º | 0.81% | 0.51% | - |
| HSV(B) | 63.84º | 0.88% | 0.91% | - |
| XYZ | 57.7 | 72.14 | 11.98 | - |
| YUV | 203.97 | 28.69 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 28 | 0.06 | 0 | 0.88 | 0.09 | 63.84 | 0.81 | 0.51 |
| Hex | DA | E7 | 1C | 6 | 0 | 58 | 9 | 40 | 51 | 33 |
| Octal | 332 | 347 | 34 | 6 | 0 | 130 | 11 | 100 | 121 | 63 |
| Binary | 11011010 | 11100111 | 11100 | 110 | 0 | 1011000 | 1001 | 1000000 | 1010001 | 110011 |
Color Harmonies of #DAE71C
Complementary color
Monochromatic Colors of #DAE71C
Black with #DAE71C
Text Example
Text Example
White with #DAE71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE71C; }
p { color: rgb(218,231,28); }
H1.HeaderClassName
{
color: #DAE71C;
}
.AnyTagClassName
{
color: #DAE71C;
}
</style>
background-color css
<style>
a { background-color: #DAE71C; }
a { background-color: rgb(218,231,28); }
div.DivClassName
{
background-color: #DAE71C;
}
.BgClassName
{
background-color: #DAE71C;
}
</style>
border-color css
<style>
span { border-color: #DAE71C; }
span { border-color: rgb(218,231,28); }
td.TdClassName
{
border-color: #DAE71C;
}
.TagClassName
{
border-color: #DAE71C;
}
</style>