Shades of Pear #DAEB3A
Tints of Pear #DAEB3A
RGB
CMYK
RGB Variations
Color information
#DAEB3A (or 0xDAEB3A) is known color: Pear. HEX triplet: DA, EB and 3A. RGB value is (218,235,58). Sum of RGB (Red+Green+Blue) = 218+235+58=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEB3A is #2514C5. Grayscale: #D2D2D2. Windows color (decimal): -2430150 or 3861466. OLE color: 3861466.
HSL color Cylindrical-coordinate representation of color #DAEB3A: hue angle of 65.76º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAEB3A is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 235 | 58 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.08 |
| HSL | 65.76º | 0.82% | 0.57% | - |
| HSV(B) | 65.76º | 0.75% | 0.92% | - |
| XYZ | 59.39 | 74.63 | 15.28 | - |
| YUV | 209.74 | 42.37 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 235 | 58 | 0.07 | 0 | 0.75 | 0.08 | 65.76 | 0.82 | 0.57 |
| Hex | DA | EB | 3A | 7 | 0 | 4B | 8 | 42 | 52 | 39 |
| Octal | 332 | 353 | 72 | 7 | 0 | 113 | 10 | 102 | 122 | 71 |
| Binary | 11011010 | 11101011 | 111010 | 111 | 0 | 1001011 | 1000 | 1000010 | 1010010 | 111001 |
Color Harmonies of #DAEB3A
Complementary color
Monochromatic Colors of #DAEB3A
Black with #DAEB3A
Text Example
Text Example
White with #DAEB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEB3A; }
p { color: rgb(218,235,58); }
H1.HeaderClassName
{
color: #DAEB3A;
}
.AnyTagClassName
{
color: #DAEB3A;
}
</style>
background-color css
<style>
a { background-color: #DAEB3A; }
a { background-color: rgb(218,235,58); }
div.DivClassName
{
background-color: #DAEB3A;
}
.BgClassName
{
background-color: #DAEB3A;
}
</style>
border-color css
<style>
span { border-color: #DAEB3A; }
span { border-color: rgb(218,235,58); }
td.TdClassName
{
border-color: #DAEB3A;
}
.TagClassName
{
border-color: #DAEB3A;
}
</style>