Shades of Pear #DAF521
Tints of Pear #DAF521
RGB
CMYK
RGB Variations
Color information
#DAF521 (or 0xDAF521) is known color: Pear. HEX triplet: DA, F5 and 21. RGB value is (218,245,33). Sum of RGB (Red+Green+Blue) = 218+245+33=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF521 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF521 is #250ADE. Grayscale: #D5D5D5. Windows color (decimal): -2427615 or 2225626. OLE color: 2225626.
HSL color Cylindrical-coordinate representation of color #DAF521: hue angle of 67.64º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAF521 is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 33 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.04 |
| HSL | 67.64º | 0.91% | 0.55% | - |
| HSV(B) | 67.64º | 0.87% | 0.96% | - |
| XYZ | 61.84 | 80.32 | 13.68 | - |
| YUV | 212.76 | 26.55 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 33 | 0.11 | 0 | 0.87 | 0.04 | 67.64 | 0.91 | 0.55 |
| Hex | DA | F5 | 21 | B | 0 | 57 | 4 | 44 | 5B | 37 |
| Octal | 332 | 365 | 41 | 13 | 0 | 127 | 4 | 104 | 133 | 67 |
| Binary | 11011010 | 11110101 | 100001 | 1011 | 0 | 1010111 | 100 | 1000100 | 1011011 | 110111 |
Color Harmonies of #DAF521
Complementary color
Monochromatic Colors of #DAF521
Black with #DAF521
Text Example
Text Example
White with #DAF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF521; }
p { color: rgb(218,245,33); }
H1.HeaderClassName
{
color: #DAF521;
}
.AnyTagClassName
{
color: #DAF521;
}
</style>
background-color css
<style>
a { background-color: #DAF521; }
a { background-color: rgb(218,245,33); }
div.DivClassName
{
background-color: #DAF521;
}
.BgClassName
{
background-color: #DAF521;
}
</style>
border-color css
<style>
span { border-color: #DAF521; }
span { border-color: rgb(218,245,33); }
td.TdClassName
{
border-color: #DAF521;
}
.TagClassName
{
border-color: #DAF521;
}
</style>