Shades of Pear #DAE63D
Tints of Pear #DAE63D
RGB
CMYK
RGB Variations
Color information
#DAE63D (or 0xDAE63D) is known color: Pear. HEX triplet: DA, E6 and 3D. RGB value is (218,230,61). Sum of RGB (Red+Green+Blue) = 218+230+61=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 61 (24.22% from 255 or 11.98% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE63D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE63D is #2519C2. Grayscale: #CFCFCF. Windows color (decimal): -2431427 or 4056794. OLE color: 4056794.
HSL color Cylindrical-coordinate representation of color #DAE63D: hue angle of 64.26º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAE63D is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 61 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.10 |
| HSL | 64.26º | 0.77% | 0.57% | - |
| HSV(B) | 64.26º | 0.73% | 0.9% | - |
| XYZ | 58.05 | 71.84 | 15.22 | - |
| YUV | 207.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 61 | 0.05 | 0 | 0.73 | 0.10 | 64.26 | 0.77 | 0.57 |
| Hex | DA | E6 | 3D | 5 | 0 | 49 | A | 40 | 4D | 39 |
| Octal | 332 | 346 | 75 | 5 | 0 | 111 | 12 | 100 | 115 | 71 |
| Binary | 11011010 | 11100110 | 111101 | 101 | 0 | 1001001 | 1010 | 1000000 | 1001101 | 111001 |
Color Harmonies of #DAE63D
Complementary color
Monochromatic Colors of #DAE63D
Black with #DAE63D
Text Example
Text Example
White with #DAE63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE63D; }
p { color: rgb(218,230,61); }
H1.HeaderClassName
{
color: #DAE63D;
}
.AnyTagClassName
{
color: #DAE63D;
}
</style>
background-color css
<style>
a { background-color: #DAE63D; }
a { background-color: rgb(218,230,61); }
div.DivClassName
{
background-color: #DAE63D;
}
.BgClassName
{
background-color: #DAE63D;
}
</style>
border-color css
<style>
span { border-color: #DAE63D; }
span { border-color: rgb(218,230,61); }
td.TdClassName
{
border-color: #DAE63D;
}
.TagClassName
{
border-color: #DAE63D;
}
</style>