Shades of Mindaro #DAE367
Tints of Mindaro #DAE367
RGB
CMYK
RGB Variations
Color information
#DAE367 (or 0xDAE367) is known color: Mindaro. HEX triplet: DA, E3 and 67. RGB value is (218,227,103). Sum of RGB (Red+Green+Blue) = 218+227+103=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE367 is #251C98. Grayscale: #D2D2D2. Windows color (decimal): -2432153 or 6808538. OLE color: 6808538.
HSL color Cylindrical-coordinate representation of color #DAE367: hue angle of 64.35º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAE367 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 103 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.11 |
| HSL | 64.35º | 0.69% | 0.65% | - |
| HSV(B) | 64.35º | 0.55% | 0.89% | - |
| XYZ | 58.83 | 70.82 | 23.4 | - |
| YUV | 210.17 | 67.52 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 103 | 0.04 | 0 | 0.55 | 0.11 | 64.35 | 0.69 | 0.65 |
| Hex | DA | E3 | 67 | 4 | 0 | 37 | B | 40 | 45 | 41 |
| Octal | 332 | 343 | 147 | 4 | 0 | 67 | 13 | 100 | 105 | 101 |
| Binary | 11011010 | 11100011 | 1100111 | 100 | 0 | 110111 | 1011 | 1000000 | 1000101 | 1000001 |
Color Harmonies of #DAE367
Complementary color
Monochromatic Colors of #DAE367
Black with #DAE367
Text Example
Text Example
White with #DAE367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE367; }
p { color: rgb(218,227,103); }
H1.HeaderClassName
{
color: #DAE367;
}
.AnyTagClassName
{
color: #DAE367;
}
</style>
background-color css
<style>
a { background-color: #DAE367; }
a { background-color: rgb(218,227,103); }
div.DivClassName
{
background-color: #DAE367;
}
.BgClassName
{
background-color: #DAE367;
}
</style>
border-color css
<style>
span { border-color: #DAE367; }
span { border-color: rgb(218,227,103); }
td.TdClassName
{
border-color: #DAE367;
}
.TagClassName
{
border-color: #DAE367;
}
</style>