Shades of Mindaro #DAE969
Tints of Mindaro #DAE969
RGB
CMYK
RGB Variations
Color information
#DAE969 (or 0xDAE969) is known color: Mindaro. HEX triplet: DA, E9 and 69. RGB value is (218,233,105). Sum of RGB (Red+Green+Blue) = 218+233+105=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE969 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE969 is #251696. Grayscale: #D6D6D6. Windows color (decimal): -2430615 or 6941146. OLE color: 6941146.
HSL color Cylindrical-coordinate representation of color #DAE969: hue angle of 67.03º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAE969 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 105 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.09 |
| HSL | 67.03º | 0.74% | 0.66% | - |
| HSV(B) | 67.03º | 0.55% | 0.91% | - |
| XYZ | 60.6 | 74.2 | 24.49 | - |
| YUV | 213.92 | 66.53 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 105 | 0.06 | 0 | 0.55 | 0.09 | 67.03 | 0.74 | 0.66 |
| Hex | DA | E9 | 69 | 6 | 0 | 37 | 9 | 43 | 4A | 42 |
| Octal | 332 | 351 | 151 | 6 | 0 | 67 | 11 | 103 | 112 | 102 |
| Binary | 11011010 | 11101001 | 1101001 | 110 | 0 | 110111 | 1001 | 1000011 | 1001010 | 1000010 |
Color Harmonies of #DAE969
Complementary color
Monochromatic Colors of #DAE969
Black with #DAE969
Text Example
Text Example
White with #DAE969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE969; }
p { color: rgb(218,233,105); }
H1.HeaderClassName
{
color: #DAE969;
}
.AnyTagClassName
{
color: #DAE969;
}
</style>
background-color css
<style>
a { background-color: #DAE969; }
a { background-color: rgb(218,233,105); }
div.DivClassName
{
background-color: #DAE969;
}
.BgClassName
{
background-color: #DAE969;
}
</style>
border-color css
<style>
span { border-color: #DAE969; }
span { border-color: rgb(218,233,105); }
td.TdClassName
{
border-color: #DAE969;
}
.TagClassName
{
border-color: #DAE969;
}
</style>