Shades of Mindaro #DAF06C
Tints of Mindaro #DAF06C
RGB
CMYK
RGB Variations
Color information
#DAF06C (or 0xDAF06C) is known color: Mindaro. HEX triplet: DA, F0 and 6C. RGB value is (218,240,108). Sum of RGB (Red+Green+Blue) = 218+240+108=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF06C is #250F93. Grayscale: #DADADA. Windows color (decimal): -2428820 or 7139546. OLE color: 7139546.
HSL color Cylindrical-coordinate representation of color #DAF06C: hue angle of 70º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAF06C is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 108 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.06 |
| HSL | 70º | 0.81% | 0.68% | - |
| HSV(B) | 70º | 0.55% | 0.94% | - |
| XYZ | 62.78 | 78.31 | 25.99 | - |
| YUV | 218.37 | 65.71 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 108 | 0.09 | 0 | 0.55 | 0.06 | 70 | 0.81 | 0.68 |
| Hex | DA | F0 | 6C | 9 | 0 | 37 | 6 | 46 | 51 | 44 |
| Octal | 332 | 360 | 154 | 11 | 0 | 67 | 6 | 106 | 121 | 104 |
| Binary | 11011010 | 11110000 | 1101100 | 1001 | 0 | 110111 | 110 | 1000110 | 1010001 | 1000100 |
Color Harmonies of #DAF06C
Complementary color
Monochromatic Colors of #DAF06C
Black with #DAF06C
Text Example
Text Example
White with #DAF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF06C; }
p { color: rgb(218,240,108); }
H1.HeaderClassName
{
color: #DAF06C;
}
.AnyTagClassName
{
color: #DAF06C;
}
</style>
background-color css
<style>
a { background-color: #DAF06C; }
a { background-color: rgb(218,240,108); }
div.DivClassName
{
background-color: #DAF06C;
}
.BgClassName
{
background-color: #DAF06C;
}
</style>
border-color css
<style>
span { border-color: #DAF06C; }
span { border-color: rgb(218,240,108); }
td.TdClassName
{
border-color: #DAF06C;
}
.TagClassName
{
border-color: #DAF06C;
}
</style>