Shades of Pear #DAE43B
Tints of Pear #DAE43B
RGB
CMYK
RGB Variations
Color information
#DAE43B (or 0xDAE43B) is known color: Pear. HEX triplet: DA, E4 and 3B. RGB value is (218,228,59). Sum of RGB (Red+Green+Blue) = 218+228+59=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 228 (89.45% from 255 or 45.15% from 505); Blue value is 59 (23.44% from 255 or 11.68% from 505); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE43B is #251BC4. Grayscale: #CECECE. Windows color (decimal): -2431941 or 3925210. OLE color: 3925210.
HSL color Cylindrical-coordinate representation of color #DAE43B: hue angle of 63.55º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAE43B is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 59 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.11 |
| HSL | 63.55º | 0.76% | 0.56% | - |
| HSV(B) | 63.55º | 0.74% | 0.89% | - |
| XYZ | 57.45 | 70.71 | 14.76 | - |
| YUV | 205.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 59 | 0.04 | 0 | 0.74 | 0.11 | 63.55 | 0.76 | 0.56 |
| Hex | DA | E4 | 3B | 4 | 0 | 4A | B | 40 | 4C | 38 |
| Octal | 332 | 344 | 73 | 4 | 0 | 112 | 13 | 100 | 114 | 70 |
| Binary | 11011010 | 11100100 | 111011 | 100 | 0 | 1001010 | 1011 | 1000000 | 1001100 | 111000 |
Color Harmonies of #DAE43B
Complementary color
Monochromatic Colors of #DAE43B
Black with #DAE43B
Text Example
Text Example
White with #DAE43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE43B; }
p { color: rgb(218,228,59); }
H1.HeaderClassName
{
color: #DAE43B;
}
.AnyTagClassName
{
color: #DAE43B;
}
</style>
background-color css
<style>
a { background-color: #DAE43B; }
a { background-color: rgb(218,228,59); }
div.DivClassName
{
background-color: #DAE43B;
}
.BgClassName
{
background-color: #DAE43B;
}
</style>
border-color css
<style>
span { border-color: #DAE43B; }
span { border-color: rgb(218,228,59); }
td.TdClassName
{
border-color: #DAE43B;
}
.TagClassName
{
border-color: #DAE43B;
}
</style>