Shades of Pear #DAF043
Tints of Pear #DAF043
RGB
CMYK
RGB Variations
Color information
#DAF043 (or 0xDAF043) is known color: Pear. HEX triplet: DA, F0 and 43. RGB value is (218,240,67). Sum of RGB (Red+Green+Blue) = 218+240+67=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 67 (26.56% from 255 or 12.76% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF043 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF043 is #250FBC. Grayscale: #D6D6D6. Windows color (decimal): -2428861 or 4452570. OLE color: 4452570.
HSL color Cylindrical-coordinate representation of color #DAF043: hue angle of 67.63º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAF043 is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 67 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.06 |
| HSL | 67.63º | 0.85% | 0.6% | - |
| HSV(B) | 67.63º | 0.72% | 0.94% | - |
| XYZ | 61.09 | 77.63 | 17.07 | - |
| YUV | 213.7 | 45.21 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 67 | 0.09 | 0 | 0.72 | 0.06 | 67.63 | 0.85 | 0.6 |
| Hex | DA | F0 | 43 | 9 | 0 | 48 | 6 | 44 | 55 | 3C |
| Octal | 332 | 360 | 103 | 11 | 0 | 110 | 6 | 104 | 125 | 74 |
| Binary | 11011010 | 11110000 | 1000011 | 1001 | 0 | 1001000 | 110 | 1000100 | 1010101 | 111100 |
Color Harmonies of #DAF043
Complementary color
Monochromatic Colors of #DAF043
Black with #DAF043
Text Example
Text Example
White with #DAF043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF043; }
p { color: rgb(218,240,67); }
H1.HeaderClassName
{
color: #DAF043;
}
.AnyTagClassName
{
color: #DAF043;
}
</style>
background-color css
<style>
a { background-color: #DAF043; }
a { background-color: rgb(218,240,67); }
div.DivClassName
{
background-color: #DAF043;
}
.BgClassName
{
background-color: #DAF043;
}
</style>
border-color css
<style>
span { border-color: #DAF043; }
span { border-color: rgb(218,240,67); }
td.TdClassName
{
border-color: #DAF043;
}
.TagClassName
{
border-color: #DAF043;
}
</style>