Shades of Mindaro #DAE767
Tints of Mindaro #DAE767
RGB
CMYK
RGB Variations
Color information
#DAE767 (or 0xDAE767) is known color: Mindaro. HEX triplet: DA, E7 and 67. RGB value is (218,231,103). Sum of RGB (Red+Green+Blue) = 218+231+103=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE767 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE767 is #251898. Grayscale: #D5D5D5. Windows color (decimal): -2431129 or 6809562. OLE color: 6809562.
HSL color Cylindrical-coordinate representation of color #DAE767: hue angle of 66.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAE767 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 103 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.09 |
| HSL | 66.09º | 0.73% | 0.65% | - |
| HSV(B) | 66.09º | 0.55% | 0.91% | - |
| XYZ | 59.94 | 73.04 | 23.77 | - |
| YUV | 212.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 103 | 0.06 | 0 | 0.55 | 0.09 | 66.09 | 0.73 | 0.65 |
| Hex | DA | E7 | 67 | 6 | 0 | 37 | 9 | 42 | 49 | 41 |
| Octal | 332 | 347 | 147 | 6 | 0 | 67 | 11 | 102 | 111 | 101 |
| Binary | 11011010 | 11100111 | 1100111 | 110 | 0 | 110111 | 1001 | 1000010 | 1001001 | 1000001 |
Color Harmonies of #DAE767
Complementary color
Monochromatic Colors of #DAE767
Black with #DAE767
Text Example
Text Example
White with #DAE767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE767; }
p { color: rgb(218,231,103); }
H1.HeaderClassName
{
color: #DAE767;
}
.AnyTagClassName
{
color: #DAE767;
}
</style>
background-color css
<style>
a { background-color: #DAE767; }
a { background-color: rgb(218,231,103); }
div.DivClassName
{
background-color: #DAE767;
}
.BgClassName
{
background-color: #DAE767;
}
</style>
border-color css
<style>
span { border-color: #DAE767; }
span { border-color: rgb(218,231,103); }
td.TdClassName
{
border-color: #DAE767;
}
.TagClassName
{
border-color: #DAE767;
}
</style>