Shades of Pear #DAE320
Tints of Pear #DAE320
RGB
CMYK
RGB Variations
Color information
#DAE320 (or 0xDAE320) is known color: Pear. HEX triplet: DA, E3 and 20. RGB value is (218,227,32). Sum of RGB (Red+Green+Blue) = 218+227+32=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 32 (12.89% from 255 or 6.71% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE320 is #251CDF. Grayscale: #CACACA. Windows color (decimal): -2432224 or 2155482. OLE color: 2155482.
HSL color Cylindrical-coordinate representation of color #DAE320: hue angle of 62.77º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAE320 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 32 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.11 |
| HSL | 62.77º | 0.78% | 0.51% | - |
| HSV(B) | 62.77º | 0.86% | 0.89% | - |
| XYZ | 56.64 | 69.95 | 11.88 | - |
| YUV | 202.08 | 32.02 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 32 | 0.04 | 0 | 0.86 | 0.11 | 62.77 | 0.78 | 0.51 |
| Hex | DA | E3 | 20 | 4 | 0 | 56 | B | 3F | 4E | 33 |
| Octal | 332 | 343 | 40 | 4 | 0 | 126 | 13 | 77 | 116 | 63 |
| Binary | 11011010 | 11100011 | 100000 | 100 | 0 | 1010110 | 1011 | 111111 | 1001110 | 110011 |
Color Harmonies of #DAE320
Complementary color
Monochromatic Colors of #DAE320
Black with #DAE320
Text Example
Text Example
White with #DAE320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE320; }
p { color: rgb(218,227,32); }
H1.HeaderClassName
{
color: #DAE320;
}
.AnyTagClassName
{
color: #DAE320;
}
</style>
background-color css
<style>
a { background-color: #DAE320; }
a { background-color: rgb(218,227,32); }
div.DivClassName
{
background-color: #DAE320;
}
.BgClassName
{
background-color: #DAE320;
}
</style>
border-color css
<style>
span { border-color: #DAE320; }
span { border-color: rgb(218,227,32); }
td.TdClassName
{
border-color: #DAE320;
}
.TagClassName
{
border-color: #DAE320;
}
</style>