Shades of Pear #DAE735
Tints of Pear #DAE735
RGB
CMYK
RGB Variations
Color information
#DAE735 (or 0xDAE735) is known color: Pear. HEX triplet: DA, E7 and 35. RGB value is (218,231,53). Sum of RGB (Red+Green+Blue) = 218+231+53=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE735 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE735 is #2518CA. Grayscale: #CFCFCF. Windows color (decimal): -2431179 or 3532762. OLE color: 3532762.
HSL color Cylindrical-coordinate representation of color #DAE735: hue angle of 64.38º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAE735 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 53 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.09 |
| HSL | 64.38º | 0.79% | 0.56% | - |
| HSV(B) | 64.38º | 0.77% | 0.91% | - |
| XYZ | 58.13 | 72.31 | 14.26 | - |
| YUV | 206.82 | 41.19 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 53 | 0.06 | 0 | 0.77 | 0.09 | 64.38 | 0.79 | 0.56 |
| Hex | DA | E7 | 35 | 6 | 0 | 4D | 9 | 40 | 4F | 38 |
| Octal | 332 | 347 | 65 | 6 | 0 | 115 | 11 | 100 | 117 | 70 |
| Binary | 11011010 | 11100111 | 110101 | 110 | 0 | 1001101 | 1001 | 1000000 | 1001111 | 111000 |
Color Harmonies of #DAE735
Complementary color
Monochromatic Colors of #DAE735
Black with #DAE735
Text Example
Text Example
White with #DAE735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE735; }
p { color: rgb(218,231,53); }
H1.HeaderClassName
{
color: #DAE735;
}
.AnyTagClassName
{
color: #DAE735;
}
</style>
background-color css
<style>
a { background-color: #DAE735; }
a { background-color: rgb(218,231,53); }
div.DivClassName
{
background-color: #DAE735;
}
.BgClassName
{
background-color: #DAE735;
}
</style>
border-color css
<style>
span { border-color: #DAE735; }
span { border-color: rgb(218,231,53); }
td.TdClassName
{
border-color: #DAE735;
}
.TagClassName
{
border-color: #DAE735;
}
</style>