Shades of Pear #DAE935
Tints of Pear #DAE935
RGB
CMYK
RGB Variations
Color information
#DAE935 (or 0xDAE935) is known color: Pear. HEX triplet: DA, E9 and 35. RGB value is (218,233,53). Sum of RGB (Red+Green+Blue) = 218+233+53=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 233 (91.41% from 255 or 46.23% from 504); Blue value is 53 (21.09% from 255 or 10.52% from 504); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE935 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE935 is #2516CA. Grayscale: #D0D0D0. Windows color (decimal): -2430667 or 3533274. OLE color: 3533274.
HSL color Cylindrical-coordinate representation of color #DAE935: hue angle of 65º degrees, saturation: 0.8, 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 #DAE935 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 53 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.09 |
| HSL | 65º | 0.8% | 0.56% | - |
| HSV(B) | 65º | 0.77% | 0.91% | - |
| XYZ | 58.69 | 73.44 | 14.45 | - |
| YUV | 208 | 40.53 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 53 | 0.06 | 0 | 0.77 | 0.09 | 65 | 0.8 | 0.56 |
| Hex | DA | E9 | 35 | 6 | 0 | 4D | 9 | 41 | 50 | 38 |
| Octal | 332 | 351 | 65 | 6 | 0 | 115 | 11 | 101 | 120 | 70 |
| Binary | 11011010 | 11101001 | 110101 | 110 | 0 | 1001101 | 1001 | 1000001 | 1010000 | 111000 |
Color Harmonies of #DAE935
Complementary color
Monochromatic Colors of #DAE935
Black with #DAE935
Text Example
Text Example
White with #DAE935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE935; }
p { color: rgb(218,233,53); }
H1.HeaderClassName
{
color: #DAE935;
}
.AnyTagClassName
{
color: #DAE935;
}
</style>
background-color css
<style>
a { background-color: #DAE935; }
a { background-color: rgb(218,233,53); }
div.DivClassName
{
background-color: #DAE935;
}
.BgClassName
{
background-color: #DAE935;
}
</style>
border-color css
<style>
span { border-color: #DAE935; }
span { border-color: rgb(218,233,53); }
td.TdClassName
{
border-color: #DAE935;
}
.TagClassName
{
border-color: #DAE935;
}
</style>