Shades of Pear #DAE73A
Tints of Pear #DAE73A
RGB
CMYK
RGB Variations
Color information
#DAE73A (or 0xDAE73A) is known color: Pear. HEX triplet: DA, E7 and 3A. RGB value is (218,231,58). Sum of RGB (Red+Green+Blue) = 218+231+58=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 231 (90.62% from 255 or 45.56% from 507); Blue value is 58 (23.05% from 255 or 11.44% from 507); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE73A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE73A is #2518C5. Grayscale: #D0D0D0. Windows color (decimal): -2431174 or 3860442. OLE color: 3860442.
HSL color Cylindrical-coordinate representation of color #DAE73A: hue angle of 64.51º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAE73A is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 58 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.09 |
| HSL | 64.51º | 0.78% | 0.57% | - |
| HSV(B) | 64.51º | 0.75% | 0.91% | - |
| XYZ | 58.25 | 72.36 | 14.9 | - |
| YUV | 207.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 58 | 0.06 | 0 | 0.75 | 0.09 | 64.51 | 0.78 | 0.57 |
| Hex | DA | E7 | 3A | 6 | 0 | 4B | 9 | 41 | 4E | 39 |
| Octal | 332 | 347 | 72 | 6 | 0 | 113 | 11 | 101 | 116 | 71 |
| Binary | 11011010 | 11100111 | 111010 | 110 | 0 | 1001011 | 1001 | 1000001 | 1001110 | 111001 |
Color Harmonies of #DAE73A
Complementary color
Monochromatic Colors of #DAE73A
Black with #DAE73A
Text Example
Text Example
White with #DAE73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE73A; }
p { color: rgb(218,231,58); }
H1.HeaderClassName
{
color: #DAE73A;
}
.AnyTagClassName
{
color: #DAE73A;
}
</style>
background-color css
<style>
a { background-color: #DAE73A; }
a { background-color: rgb(218,231,58); }
div.DivClassName
{
background-color: #DAE73A;
}
.BgClassName
{
background-color: #DAE73A;
}
</style>
border-color css
<style>
span { border-color: #DAE73A; }
span { border-color: rgb(218,231,58); }
td.TdClassName
{
border-color: #DAE73A;
}
.TagClassName
{
border-color: #DAE73A;
}
</style>