Shades of Pear #DADF19
Tints of Pear #DADF19
RGB
CMYK
RGB Variations
Color information
#DADF19 (or 0xDADF19) is known color: Pear. HEX triplet: DA, DF and 19. RGB value is (218,223,25). Sum of RGB (Red+Green+Blue) = 218+223+25=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 25 (10.16% from 255 or 5.36% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADF19 is #2520E6. Grayscale: #C7C7C7. Windows color (decimal): -2433255 or 1695706. OLE color: 1695706.
HSL color Cylindrical-coordinate representation of color #DADF19: hue angle of 61.52º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DADF19 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 25 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.13 |
| HSL | 61.52º | 0.8% | 0.49% | - |
| HSV(B) | 61.52º | 0.89% | 0.87% | - |
| XYZ | 55.48 | 67.75 | 11.07 | - |
| YUV | 198.93 | 29.84 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 25 | 0.02 | 0 | 0.89 | 0.13 | 61.52 | 0.8 | 0.49 |
| Hex | DA | DF | 19 | 2 | 0 | 59 | D | 3E | 50 | 31 |
| Octal | 332 | 337 | 31 | 2 | 0 | 131 | 15 | 76 | 120 | 61 |
| Binary | 11011010 | 11011111 | 11001 | 10 | 0 | 1011001 | 1101 | 111110 | 1010000 | 110001 |
Color Harmonies of #DADF19
Complementary color
Monochromatic Colors of #DADF19
Black with #DADF19
Text Example
Text Example
White with #DADF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF19; }
p { color: rgb(218,223,25); }
H1.HeaderClassName
{
color: #DADF19;
}
.AnyTagClassName
{
color: #DADF19;
}
</style>
background-color css
<style>
a { background-color: #DADF19; }
a { background-color: rgb(218,223,25); }
div.DivClassName
{
background-color: #DADF19;
}
.BgClassName
{
background-color: #DADF19;
}
</style>
border-color css
<style>
span { border-color: #DADF19; }
span { border-color: rgb(218,223,25); }
td.TdClassName
{
border-color: #DADF19;
}
.TagClassName
{
border-color: #DADF19;
}
</style>