Shades of Pear #DAE317
Tints of Pear #DAE317
RGB
CMYK
RGB Variations
Color information
#DAE317 (or 0xDAE317) is known color: Pear. HEX triplet: DA, E3 and 17. RGB value is (218,227,23). Sum of RGB (Red+Green+Blue) = 218+227+23=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAE317 is #251CE8. Grayscale: #C9C9C9. Windows color (decimal): -2432233 or 1565658. OLE color: 1565658.
HSL color Cylindrical-coordinate representation of color #DAE317: hue angle of 62.65º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAE317 is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 23 | - |
| CMYK | 0.04 | 0 | 0.90 | 0.11 |
| HSL | 62.65º | 0.82% | 0.49% | - |
| HSV(B) | 62.65º | 0.9% | 0.89% | - |
| XYZ | 56.54 | 69.91 | 11.32 | - |
| YUV | 201.05 | 27.52 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 23 | 0.04 | 0 | 0.90 | 0.11 | 62.65 | 0.82 | 0.49 |
| Hex | DA | E3 | 17 | 4 | 0 | 5A | B | 3F | 52 | 31 |
| Octal | 332 | 343 | 27 | 4 | 0 | 132 | 13 | 77 | 122 | 61 |
| Binary | 11011010 | 11100011 | 10111 | 100 | 0 | 1011010 | 1011 | 111111 | 1010010 | 110001 |
Color Harmonies of #DAE317
Complementary color
Monochromatic Colors of #DAE317
Black with #DAE317
Text Example
Text Example
White with #DAE317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE317; }
p { color: rgb(218,227,23); }
H1.HeaderClassName
{
color: #DAE317;
}
.AnyTagClassName
{
color: #DAE317;
}
</style>
background-color css
<style>
a { background-color: #DAE317; }
a { background-color: rgb(218,227,23); }
div.DivClassName
{
background-color: #DAE317;
}
.BgClassName
{
background-color: #DAE317;
}
</style>
border-color css
<style>
span { border-color: #DAE317; }
span { border-color: rgb(218,227,23); }
td.TdClassName
{
border-color: #DAE317;
}
.TagClassName
{
border-color: #DAE317;
}
</style>