Shades of Pear #DAE631
Tints of Pear #DAE631
RGB
CMYK
RGB Variations
Color information
#DAE631 (or 0xDAE631) is known color: Pear. HEX triplet: DA, E6 and 31. RGB value is (218,230,49). Sum of RGB (Red+Green+Blue) = 218+230+49=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE631 is #2519CE. Grayscale: #CECECE. Windows color (decimal): -2431439 or 3270362. OLE color: 3270362.
HSL color Cylindrical-coordinate representation of color #DAE631: hue angle of 63.98º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAE631 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 49 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.10 |
| HSL | 63.98º | 0.78% | 0.55% | - |
| HSV(B) | 63.98º | 0.79% | 0.9% | - |
| XYZ | 57.76 | 71.72 | 13.7 | - |
| YUV | 205.78 | 39.52 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 49 | 0.05 | 0 | 0.79 | 0.10 | 63.98 | 0.78 | 0.55 |
| Hex | DA | E6 | 31 | 5 | 0 | 4F | A | 40 | 4E | 37 |
| Octal | 332 | 346 | 61 | 5 | 0 | 117 | 12 | 100 | 116 | 67 |
| Binary | 11011010 | 11100110 | 110001 | 101 | 0 | 1001111 | 1010 | 1000000 | 1001110 | 110111 |
Color Harmonies of #DAE631
Complementary color
Monochromatic Colors of #DAE631
Black with #DAE631
Text Example
Text Example
White with #DAE631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE631; }
p { color: rgb(218,230,49); }
H1.HeaderClassName
{
color: #DAE631;
}
.AnyTagClassName
{
color: #DAE631;
}
</style>
background-color css
<style>
a { background-color: #DAE631; }
a { background-color: rgb(218,230,49); }
div.DivClassName
{
background-color: #DAE631;
}
.BgClassName
{
background-color: #DAE631;
}
</style>
border-color css
<style>
span { border-color: #DAE631; }
span { border-color: rgb(218,230,49); }
td.TdClassName
{
border-color: #DAE631;
}
.TagClassName
{
border-color: #DAE631;
}
</style>