Shades of Pear #DADF17
Tints of Pear #DADF17
RGB
CMYK
RGB Variations
Color information
#DADF17 (or 0xDADF17) is known color: Pear. HEX triplet: DA, DF and 17. RGB value is (218,223,23). Sum of RGB (Red+Green+Blue) = 218+223+23=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 23 (9.38% from 255 or 4.96% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADF17 is #2520E8. Grayscale: #C7C7C7. Windows color (decimal): -2433257 or 1564634. OLE color: 1564634.
HSL color Cylindrical-coordinate representation of color #DADF17: hue angle of 61.5º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DADF17 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 23 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.13 |
| HSL | 61.5º | 0.81% | 0.48% | - |
| HSV(B) | 61.5º | 0.9% | 0.87% | - |
| XYZ | 55.46 | 67.74 | 10.96 | - |
| YUV | 198.71 | 28.84 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 23 | 0.02 | 0 | 0.90 | 0.13 | 61.5 | 0.81 | 0.48 |
| Hex | DA | DF | 17 | 2 | 0 | 5A | D | 3E | 51 | 30 |
| Octal | 332 | 337 | 27 | 2 | 0 | 132 | 15 | 76 | 121 | 60 |
| Binary | 11011010 | 11011111 | 10111 | 10 | 0 | 1011010 | 1101 | 111110 | 1010001 | 110000 |
Color Harmonies of #DADF17
Complementary color
Monochromatic Colors of #DADF17
Black with #DADF17
Text Example
Text Example
White with #DADF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF17; }
p { color: rgb(218,223,23); }
H1.HeaderClassName
{
color: #DADF17;
}
.AnyTagClassName
{
color: #DADF17;
}
</style>
background-color css
<style>
a { background-color: #DADF17; }
a { background-color: rgb(218,223,23); }
div.DivClassName
{
background-color: #DADF17;
}
.BgClassName
{
background-color: #DADF17;
}
</style>
border-color css
<style>
span { border-color: #DADF17; }
span { border-color: rgb(218,223,23); }
td.TdClassName
{
border-color: #DADF17;
}
.TagClassName
{
border-color: #DADF17;
}
</style>