Shades of Pear #DADF18
Tints of Pear #DADF18
RGB
CMYK
RGB Variations
Color information
#DADF18 (or 0xDADF18) is known color: Pear. HEX triplet: DA, DF and 18. RGB value is (218,223,24). Sum of RGB (Red+Green+Blue) = 218+223+24=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 24 (9.77% from 255 or 5.16% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADF18 is #2520E7. Grayscale: #C7C7C7. Windows color (decimal): -2433256 or 1630170. OLE color: 1630170.
HSL color Cylindrical-coordinate representation of color #DADF18: hue angle of 61.51º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DADF18 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 24 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.13 |
| HSL | 61.51º | 0.81% | 0.48% | - |
| HSV(B) | 61.51º | 0.89% | 0.87% | - |
| XYZ | 55.47 | 67.75 | 11.02 | - |
| YUV | 198.82 | 29.34 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 24 | 0.02 | 0 | 0.89 | 0.13 | 61.51 | 0.81 | 0.48 |
| Hex | DA | DF | 18 | 2 | 0 | 59 | D | 3E | 51 | 30 |
| Octal | 332 | 337 | 30 | 2 | 0 | 131 | 15 | 76 | 121 | 60 |
| Binary | 11011010 | 11011111 | 11000 | 10 | 0 | 1011001 | 1101 | 111110 | 1010001 | 110000 |
Color Harmonies of #DADF18
Complementary color
Monochromatic Colors of #DADF18
Black with #DADF18
Text Example
Text Example
White with #DADF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF18; }
p { color: rgb(218,223,24); }
H1.HeaderClassName
{
color: #DADF18;
}
.AnyTagClassName
{
color: #DADF18;
}
</style>
background-color css
<style>
a { background-color: #DADF18; }
a { background-color: rgb(218,223,24); }
div.DivClassName
{
background-color: #DADF18;
}
.BgClassName
{
background-color: #DADF18;
}
</style>
border-color css
<style>
span { border-color: #DADF18; }
span { border-color: rgb(218,223,24); }
td.TdClassName
{
border-color: #DADF18;
}
.TagClassName
{
border-color: #DADF18;
}
</style>