Shades of Pear #DAE01C
Tints of Pear #DAE01C
RGB
CMYK
RGB Variations
Color information
#DAE01C (or 0xDAE01C) is known color: Pear. HEX triplet: DA, E0 and 1C. RGB value is (218,224,28). Sum of RGB (Red+Green+Blue) = 218+224+28=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE01C is #251FE3. Grayscale: #C8C8C8. Windows color (decimal): -2432996 or 1892570. OLE color: 1892570.
HSL color Cylindrical-coordinate representation of color #DAE01C: hue angle of 61.84º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAE01C is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 28 | - |
| CMYK | 0.03 | 0 | 0.88 | 0.12 |
| HSL | 61.84º | 0.78% | 0.49% | - |
| HSV(B) | 61.84º | 0.88% | 0.88% | - |
| XYZ | 55.78 | 68.3 | 11.34 | - |
| YUV | 199.86 | 31.01 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 28 | 0.03 | 0 | 0.88 | 0.12 | 61.84 | 0.78 | 0.49 |
| Hex | DA | E0 | 1C | 3 | 0 | 58 | C | 3E | 4E | 31 |
| Octal | 332 | 340 | 34 | 3 | 0 | 130 | 14 | 76 | 116 | 61 |
| Binary | 11011010 | 11100000 | 11100 | 11 | 0 | 1011000 | 1100 | 111110 | 1001110 | 110001 |
Color Harmonies of #DAE01C
Complementary color
Monochromatic Colors of #DAE01C
Black with #DAE01C
Text Example
Text Example
White with #DAE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE01C; }
p { color: rgb(218,224,28); }
H1.HeaderClassName
{
color: #DAE01C;
}
.AnyTagClassName
{
color: #DAE01C;
}
</style>
background-color css
<style>
a { background-color: #DAE01C; }
a { background-color: rgb(218,224,28); }
div.DivClassName
{
background-color: #DAE01C;
}
.BgClassName
{
background-color: #DAE01C;
}
</style>
border-color css
<style>
span { border-color: #DAE01C; }
span { border-color: rgb(218,224,28); }
td.TdClassName
{
border-color: #DAE01C;
}
.TagClassName
{
border-color: #DAE01C;
}
</style>