Shades of Pear #DAE630
Tints of Pear #DAE630
RGB
CMYK
RGB Variations
Color information
#DAE630 (or 0xDAE630) is known color: Pear. HEX triplet: DA, E6 and 30. RGB value is (218,230,48). Sum of RGB (Red+Green+Blue) = 218+230+48=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 230 (90.23% from 255 or 46.37% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE630 is #2519CF. Grayscale: #CECECE. Windows color (decimal): -2431440 or 3204826. OLE color: 3204826.
HSL color Cylindrical-coordinate representation of color #DAE630: hue angle of 63.96º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAE630 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 48 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.10 |
| HSL | 63.96º | 0.78% | 0.55% | - |
| HSV(B) | 63.96º | 0.79% | 0.9% | - |
| XYZ | 57.74 | 71.71 | 13.59 | - |
| YUV | 205.66 | 39.02 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 48 | 0.05 | 0 | 0.79 | 0.10 | 63.96 | 0.78 | 0.55 |
| Hex | DA | E6 | 30 | 5 | 0 | 4F | A | 40 | 4E | 37 |
| Octal | 332 | 346 | 60 | 5 | 0 | 117 | 12 | 100 | 116 | 67 |
| Binary | 11011010 | 11100110 | 110000 | 101 | 0 | 1001111 | 1010 | 1000000 | 1001110 | 110111 |
Color Harmonies of #DAE630
Complementary color
Monochromatic Colors of #DAE630
Black with #DAE630
Text Example
Text Example
White with #DAE630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE630; }
p { color: rgb(218,230,48); }
H1.HeaderClassName
{
color: #DAE630;
}
.AnyTagClassName
{
color: #DAE630;
}
</style>
background-color css
<style>
a { background-color: #DAE630; }
a { background-color: rgb(218,230,48); }
div.DivClassName
{
background-color: #DAE630;
}
.BgClassName
{
background-color: #DAE630;
}
</style>
border-color css
<style>
span { border-color: #DAE630; }
span { border-color: rgb(218,230,48); }
td.TdClassName
{
border-color: #DAE630;
}
.TagClassName
{
border-color: #DAE630;
}
</style>