Shades of Pear #DAE93D
Tints of Pear #DAE93D
RGB
CMYK
RGB Variations
Color information
#DAE93D (or 0xDAE93D) is known color: Pear. HEX triplet: DA, E9 and 3D. RGB value is (218,233,61). Sum of RGB (Red+Green+Blue) = 218+233+61=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 61 (24.22% from 255 or 11.91% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE93D is #2516C2. Grayscale: #D1D1D1. Windows color (decimal): -2430659 or 4057562. OLE color: 4057562.
HSL color Cylindrical-coordinate representation of color #DAE93D: hue angle of 65.23º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAE93D is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 61 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.09 |
| HSL | 65.23º | 0.8% | 0.58% | - |
| HSV(B) | 65.23º | 0.74% | 0.91% | - |
| XYZ | 58.89 | 73.52 | 15.5 | - |
| YUV | 208.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 61 | 0.06 | 0 | 0.74 | 0.09 | 65.23 | 0.8 | 0.58 |
| Hex | DA | E9 | 3D | 6 | 0 | 4A | 9 | 41 | 50 | 3A |
| Octal | 332 | 351 | 75 | 6 | 0 | 112 | 11 | 101 | 120 | 72 |
| Binary | 11011010 | 11101001 | 111101 | 110 | 0 | 1001010 | 1001 | 1000001 | 1010000 | 111010 |
Color Harmonies of #DAE93D
Complementary color
Monochromatic Colors of #DAE93D
Black with #DAE93D
Text Example
Text Example
White with #DAE93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE93D; }
p { color: rgb(218,233,61); }
H1.HeaderClassName
{
color: #DAE93D;
}
.AnyTagClassName
{
color: #DAE93D;
}
</style>
background-color css
<style>
a { background-color: #DAE93D; }
a { background-color: rgb(218,233,61); }
div.DivClassName
{
background-color: #DAE93D;
}
.BgClassName
{
background-color: #DAE93D;
}
</style>
border-color css
<style>
span { border-color: #DAE93D; }
span { border-color: rgb(218,233,61); }
td.TdClassName
{
border-color: #DAE93D;
}
.TagClassName
{
border-color: #DAE93D;
}
</style>