Shades of Pear #DAE722
Tints of Pear #DAE722
RGB
CMYK
RGB Variations
Color information
#DAE722 (or 0xDAE722) is known color: Pear. HEX triplet: DA, E7 and 22. RGB value is (218,231,34). Sum of RGB (Red+Green+Blue) = 218+231+34=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 231 (90.62% from 255 or 47.83% from 483); Blue value is 34 (13.67% from 255 or 7.04% from 483); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE722 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE722 is #2518DD. Grayscale: #CDCDCD. Windows color (decimal): -2431198 or 2287578. OLE color: 2287578.
HSL color Cylindrical-coordinate representation of color #DAE722: hue angle of 63.96º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAE722 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 34 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.09 |
| HSL | 63.96º | 0.8% | 0.52% | - |
| HSV(B) | 63.96º | 0.85% | 0.91% | - |
| XYZ | 57.78 | 72.17 | 12.4 | - |
| YUV | 204.66 | 31.69 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 34 | 0.06 | 0 | 0.85 | 0.09 | 63.96 | 0.8 | 0.52 |
| Hex | DA | E7 | 22 | 6 | 0 | 55 | 9 | 40 | 50 | 34 |
| Octal | 332 | 347 | 42 | 6 | 0 | 125 | 11 | 100 | 120 | 64 |
| Binary | 11011010 | 11100111 | 100010 | 110 | 0 | 1010101 | 1001 | 1000000 | 1010000 | 110100 |
Color Harmonies of #DAE722
Complementary color
Monochromatic Colors of #DAE722
Black with #DAE722
Text Example
Text Example
White with #DAE722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE722; }
p { color: rgb(218,231,34); }
H1.HeaderClassName
{
color: #DAE722;
}
.AnyTagClassName
{
color: #DAE722;
}
</style>
background-color css
<style>
a { background-color: #DAE722; }
a { background-color: rgb(218,231,34); }
div.DivClassName
{
background-color: #DAE722;
}
.BgClassName
{
background-color: #DAE722;
}
</style>
border-color css
<style>
span { border-color: #DAE722; }
span { border-color: rgb(218,231,34); }
td.TdClassName
{
border-color: #DAE722;
}
.TagClassName
{
border-color: #DAE722;
}
</style>