Shades of Pear #DAEB17
Tints of Pear #DAEB17
RGB
CMYK
RGB Variations
Color information
#DAEB17 (or 0xDAEB17) is known color: Pear. HEX triplet: DA, EB and 17. RGB value is (218,235,23). Sum of RGB (Red+Green+Blue) = 218+235+23=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 23 (9.38% from 255 or 4.83% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB17 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DAEB17 is #2514E8. Grayscale: #CECECE. Windows color (decimal): -2430185 or 1567706. OLE color: 1567706.
HSL color Cylindrical-coordinate representation of color #DAEB17: hue angle of 64.81º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAEB17 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 23 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.08 |
| HSL | 64.81º | 0.84% | 0.51% | - |
| HSV(B) | 64.81º | 0.9% | 0.92% | - |
| XYZ | 58.78 | 74.38 | 12.07 | - |
| YUV | 205.75 | 24.87 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 23 | 0.07 | 0 | 0.90 | 0.08 | 64.81 | 0.84 | 0.51 |
| Hex | DA | EB | 17 | 7 | 0 | 5A | 8 | 41 | 54 | 33 |
| Octal | 332 | 353 | 27 | 7 | 0 | 132 | 10 | 101 | 124 | 63 |
| Binary | 11011010 | 11101011 | 10111 | 111 | 0 | 1011010 | 1000 | 1000001 | 1010100 | 110011 |
Color Harmonies of #DAEB17
Complementary color
Monochromatic Colors of #DAEB17
Black with #DAEB17
Text Example
Text Example
White with #DAEB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEB17; }
p { color: rgb(218,235,23); }
H1.HeaderClassName
{
color: #DAEB17;
}
.AnyTagClassName
{
color: #DAEB17;
}
</style>
background-color css
<style>
a { background-color: #DAEB17; }
a { background-color: rgb(218,235,23); }
div.DivClassName
{
background-color: #DAEB17;
}
.BgClassName
{
background-color: #DAEB17;
}
</style>
border-color css
<style>
span { border-color: #DAEB17; }
span { border-color: rgb(218,235,23); }
td.TdClassName
{
border-color: #DAEB17;
}
.TagClassName
{
border-color: #DAEB17;
}
</style>