Shades of Pear #DAE629
Tints of Pear #DAE629
RGB
CMYK
RGB Variations
Color information
#DAE629 (or 0xDAE629) is known color: Pear. HEX triplet: DA, E6 and 29. RGB value is (218,230,41). Sum of RGB (Red+Green+Blue) = 218+230+41=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 41 (16.41% from 255 or 8.38% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE629 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE629 is #2519D6. Grayscale: #CDCDCD. Windows color (decimal): -2431447 or 2746074. OLE color: 2746074.
HSL color Cylindrical-coordinate representation of color #DAE629: hue angle of 63.81º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAE629 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 41 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.10 |
| HSL | 63.81º | 0.79% | 0.53% | - |
| HSV(B) | 63.81º | 0.82% | 0.9% | - |
| XYZ | 57.61 | 71.66 | 12.89 | - |
| YUV | 204.87 | 35.52 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 41 | 0.05 | 0 | 0.82 | 0.10 | 63.81 | 0.79 | 0.53 |
| Hex | DA | E6 | 29 | 5 | 0 | 52 | A | 40 | 4F | 35 |
| Octal | 332 | 346 | 51 | 5 | 0 | 122 | 12 | 100 | 117 | 65 |
| Binary | 11011010 | 11100110 | 101001 | 101 | 0 | 1010010 | 1010 | 1000000 | 1001111 | 110101 |
Color Harmonies of #DAE629
Complementary color
Monochromatic Colors of #DAE629
Black with #DAE629
Text Example
Text Example
White with #DAE629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE629; }
p { color: rgb(218,230,41); }
H1.HeaderClassName
{
color: #DAE629;
}
.AnyTagClassName
{
color: #DAE629;
}
</style>
background-color css
<style>
a { background-color: #DAE629; }
a { background-color: rgb(218,230,41); }
div.DivClassName
{
background-color: #DAE629;
}
.BgClassName
{
background-color: #DAE629;
}
</style>
border-color css
<style>
span { border-color: #DAE629; }
span { border-color: rgb(218,230,41); }
td.TdClassName
{
border-color: #DAE629;
}
.TagClassName
{
border-color: #DAE629;
}
</style>