Shades of Pear #DAF01C
Tints of Pear #DAF01C
RGB
CMYK
RGB Variations
Color information
#DAF01C (or 0xDAF01C) is known color: Pear. HEX triplet: DA, F0 and 1C. RGB value is (218,240,28). Sum of RGB (Red+Green+Blue) = 218+240+28=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 28 (11.33% from 255 or 5.76% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF01C is #250FE3. Grayscale: #D2D2D2. Windows color (decimal): -2428900 or 1896666. OLE color: 1896666.
HSL color Cylindrical-coordinate representation of color #DAF01C: hue angle of 66.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAF01C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 28 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.06 |
| HSL | 66.23º | 0.88% | 0.53% | - |
| HSV(B) | 66.23º | 0.88% | 0.94% | - |
| XYZ | 60.28 | 77.31 | 12.84 | - |
| YUV | 209.25 | 25.71 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 28 | 0.09 | 0 | 0.88 | 0.06 | 66.23 | 0.88 | 0.53 |
| Hex | DA | F0 | 1C | 9 | 0 | 58 | 6 | 42 | 58 | 35 |
| Octal | 332 | 360 | 34 | 11 | 0 | 130 | 6 | 102 | 130 | 65 |
| Binary | 11011010 | 11110000 | 11100 | 1001 | 0 | 1011000 | 110 | 1000010 | 1011000 | 110101 |
Color Harmonies of #DAF01C
Complementary color
Monochromatic Colors of #DAF01C
Black with #DAF01C
Text Example
Text Example
White with #DAF01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF01C; }
p { color: rgb(218,240,28); }
H1.HeaderClassName
{
color: #DAF01C;
}
.AnyTagClassName
{
color: #DAF01C;
}
</style>
background-color css
<style>
a { background-color: #DAF01C; }
a { background-color: rgb(218,240,28); }
div.DivClassName
{
background-color: #DAF01C;
}
.BgClassName
{
background-color: #DAF01C;
}
</style>
border-color css
<style>
span { border-color: #DAF01C; }
span { border-color: rgb(218,240,28); }
td.TdClassName
{
border-color: #DAF01C;
}
.TagClassName
{
border-color: #DAF01C;
}
</style>