Shades of Mindaro #DAE67D
Tints of Mindaro #DAE67D
RGB
CMYK
RGB Variations
Color information
#DAE67D (or 0xDAE67D) is known color: Mindaro. HEX triplet: DA, E6 and 7D. RGB value is (218,230,125). Sum of RGB (Red+Green+Blue) = 218+230+125=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE67D is #251982. Grayscale: #D6D6D6. Windows color (decimal): -2431363 or 8251098. OLE color: 8251098.
HSL color Cylindrical-coordinate representation of color #DAE67D: hue angle of 66.86º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAE67D is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 125 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.10 |
| HSL | 66.86º | 0.68% | 0.7% | - |
| HSV(B) | 66.86º | 0.46% | 0.9% | - |
| XYZ | 60.91 | 72.98 | 30.28 | - |
| YUV | 214.44 | 77.52 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 125 | 0.05 | 0 | 0.46 | 0.10 | 66.86 | 0.68 | 0.7 |
| Hex | DA | E6 | 7D | 5 | 0 | 2E | A | 43 | 44 | 46 |
| Octal | 332 | 346 | 175 | 5 | 0 | 56 | 12 | 103 | 104 | 106 |
| Binary | 11011010 | 11100110 | 1111101 | 101 | 0 | 101110 | 1010 | 1000011 | 1000100 | 1000110 |
Color Harmonies of #DAE67D
Complementary color
Monochromatic Colors of #DAE67D
Black with #DAE67D
Text Example
Text Example
White with #DAE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE67D; }
p { color: rgb(218,230,125); }
H1.HeaderClassName
{
color: #DAE67D;
}
.AnyTagClassName
{
color: #DAE67D;
}
</style>
background-color css
<style>
a { background-color: #DAE67D; }
a { background-color: rgb(218,230,125); }
div.DivClassName
{
background-color: #DAE67D;
}
.BgClassName
{
background-color: #DAE67D;
}
</style>
border-color css
<style>
span { border-color: #DAE67D; }
span { border-color: rgb(218,230,125); }
td.TdClassName
{
border-color: #DAE67D;
}
.TagClassName
{
border-color: #DAE67D;
}
</style>