Shades of Pear #DAE31C
Tints of Pear #DAE31C
RGB
CMYK
RGB Variations
Color information
#DAE31C (or 0xDAE31C) is known color: Pear. HEX triplet: DA, E3 and 1C. RGB value is (218,227,28). Sum of RGB (Red+Green+Blue) = 218+227+28=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 28 (11.33% from 255 or 5.92% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE31C is #251CE3. Grayscale: #CACACA. Windows color (decimal): -2432228 or 1893338. OLE color: 1893338.
HSL color Cylindrical-coordinate representation of color #DAE31C: hue angle of 62.71º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAE31C is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 28 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.11 |
| HSL | 62.71º | 0.78% | 0.5% | - |
| HSV(B) | 62.71º | 0.88% | 0.89% | - |
| XYZ | 56.59 | 69.93 | 11.61 | - |
| YUV | 201.62 | 30.02 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 28 | 0.04 | 0 | 0.88 | 0.11 | 62.71 | 0.78 | 0.5 |
| Hex | DA | E3 | 1C | 4 | 0 | 58 | B | 3F | 4E | 32 |
| Octal | 332 | 343 | 34 | 4 | 0 | 130 | 13 | 77 | 116 | 62 |
| Binary | 11011010 | 11100011 | 11100 | 100 | 0 | 1011000 | 1011 | 111111 | 1001110 | 110010 |
Color Harmonies of #DAE31C
Complementary color
Monochromatic Colors of #DAE31C
Black with #DAE31C
Text Example
Text Example
White with #DAE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE31C; }
p { color: rgb(218,227,28); }
H1.HeaderClassName
{
color: #DAE31C;
}
.AnyTagClassName
{
color: #DAE31C;
}
</style>
background-color css
<style>
a { background-color: #DAE31C; }
a { background-color: rgb(218,227,28); }
div.DivClassName
{
background-color: #DAE31C;
}
.BgClassName
{
background-color: #DAE31C;
}
</style>
border-color css
<style>
span { border-color: #DAE31C; }
span { border-color: rgb(218,227,28); }
td.TdClassName
{
border-color: #DAE31C;
}
.TagClassName
{
border-color: #DAE31C;
}
</style>