Shades of Pear #DAE930
Tints of Pear #DAE930
RGB
CMYK
RGB Variations
Color information
#DAE930 (or 0xDAE930) is known color: Pear. HEX triplet: DA, E9 and 30. RGB value is (218,233,48). Sum of RGB (Red+Green+Blue) = 218+233+48=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 48 (19.14% from 255 or 9.62% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE930 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE930 is #2516CF. Grayscale: #D0D0D0. Windows color (decimal): -2430672 or 3205594. OLE color: 3205594.
HSL color Cylindrical-coordinate representation of color #DAE930: hue angle of 64.86º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAE930 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 48 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.09 |
| HSL | 64.86º | 0.81% | 0.55% | - |
| HSV(B) | 64.86º | 0.79% | 0.91% | - |
| XYZ | 58.59 | 73.4 | 13.88 | - |
| YUV | 207.43 | 38.03 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 48 | 0.06 | 0 | 0.79 | 0.09 | 64.86 | 0.81 | 0.55 |
| Hex | DA | E9 | 30 | 6 | 0 | 4F | 9 | 41 | 51 | 37 |
| Octal | 332 | 351 | 60 | 6 | 0 | 117 | 11 | 101 | 121 | 67 |
| Binary | 11011010 | 11101001 | 110000 | 110 | 0 | 1001111 | 1001 | 1000001 | 1010001 | 110111 |
Color Harmonies of #DAE930
Complementary color
Monochromatic Colors of #DAE930
Black with #DAE930
Text Example
Text Example
White with #DAE930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE930; }
p { color: rgb(218,233,48); }
H1.HeaderClassName
{
color: #DAE930;
}
.AnyTagClassName
{
color: #DAE930;
}
</style>
background-color css
<style>
a { background-color: #DAE930; }
a { background-color: rgb(218,233,48); }
div.DivClassName
{
background-color: #DAE930;
}
.BgClassName
{
background-color: #DAE930;
}
</style>
border-color css
<style>
span { border-color: #DAE930; }
span { border-color: rgb(218,233,48); }
td.TdClassName
{
border-color: #DAE930;
}
.TagClassName
{
border-color: #DAE930;
}
</style>