Shades of Pear #DAE73D
Tints of Pear #DAE73D
RGB
CMYK
RGB Variations
Color information
#DAE73D (or 0xDAE73D) is known color: Pear. HEX triplet: DA, E7 and 3D. RGB value is (218,231,61). Sum of RGB (Red+Green+Blue) = 218+231+61=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE73D is #2518C2. Grayscale: #D0D0D0. Windows color (decimal): -2431171 or 4057050. OLE color: 4057050.
HSL color Cylindrical-coordinate representation of color #DAE73D: hue angle of 64.59º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAE73D is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 61 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.09 |
| HSL | 64.59º | 0.78% | 0.57% | - |
| HSV(B) | 64.59º | 0.74% | 0.91% | - |
| XYZ | 58.33 | 72.39 | 15.31 | - |
| YUV | 207.73 | 45.19 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 61 | 0.06 | 0 | 0.74 | 0.09 | 64.59 | 0.78 | 0.57 |
| Hex | DA | E7 | 3D | 6 | 0 | 4A | 9 | 41 | 4E | 39 |
| Octal | 332 | 347 | 75 | 6 | 0 | 112 | 11 | 101 | 116 | 71 |
| Binary | 11011010 | 11100111 | 111101 | 110 | 0 | 1001010 | 1001 | 1000001 | 1001110 | 111001 |
Color Harmonies of #DAE73D
Complementary color
Monochromatic Colors of #DAE73D
Black with #DAE73D
Text Example
Text Example
White with #DAE73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE73D; }
p { color: rgb(218,231,61); }
H1.HeaderClassName
{
color: #DAE73D;
}
.AnyTagClassName
{
color: #DAE73D;
}
</style>
background-color css
<style>
a { background-color: #DAE73D; }
a { background-color: rgb(218,231,61); }
div.DivClassName
{
background-color: #DAE73D;
}
.BgClassName
{
background-color: #DAE73D;
}
</style>
border-color css
<style>
span { border-color: #DAE73D; }
span { border-color: rgb(218,231,61); }
td.TdClassName
{
border-color: #DAE73D;
}
.TagClassName
{
border-color: #DAE73D;
}
</style>