Shades of Pear #DAE326
Tints of Pear #DAE326
RGB
CMYK
RGB Variations
Color information
#DAE326 (or 0xDAE326) is known color: Pear. HEX triplet: DA, E3 and 26. RGB value is (218,227,38). Sum of RGB (Red+Green+Blue) = 218+227+38=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 38 (15.23% from 255 or 7.87% from 483); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE326 is #251CD9. Grayscale: #CBCBCB. Windows color (decimal): -2432218 or 2548698. OLE color: 2548698.
HSL color Cylindrical-coordinate representation of color #DAE326: hue angle of 62.86º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAE326 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 38 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.11 |
| HSL | 62.86º | 0.77% | 0.52% | - |
| HSV(B) | 62.86º | 0.83% | 0.89% | - |
| XYZ | 56.73 | 69.98 | 12.35 | - |
| YUV | 202.76 | 35.02 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 38 | 0.04 | 0 | 0.83 | 0.11 | 62.86 | 0.77 | 0.52 |
| Hex | DA | E3 | 26 | 4 | 0 | 53 | B | 3F | 4D | 34 |
| Octal | 332 | 343 | 46 | 4 | 0 | 123 | 13 | 77 | 115 | 64 |
| Binary | 11011010 | 11100011 | 100110 | 100 | 0 | 1010011 | 1011 | 111111 | 1001101 | 110100 |
Color Harmonies of #DAE326
Complementary color
Monochromatic Colors of #DAE326
Black with #DAE326
Text Example
Text Example
White with #DAE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE326; }
p { color: rgb(218,227,38); }
H1.HeaderClassName
{
color: #DAE326;
}
.AnyTagClassName
{
color: #DAE326;
}
</style>
background-color css
<style>
a { background-color: #DAE326; }
a { background-color: rgb(218,227,38); }
div.DivClassName
{
background-color: #DAE326;
}
.BgClassName
{
background-color: #DAE326;
}
</style>
border-color css
<style>
span { border-color: #DAE326; }
span { border-color: rgb(218,227,38); }
td.TdClassName
{
border-color: #DAE326;
}
.TagClassName
{
border-color: #DAE326;
}
</style>