Shades of Mindaro #DAE57B
Tints of Mindaro #DAE57B
RGB
CMYK
RGB Variations
Color information
#DAE57B (or 0xDAE57B) is known color: Mindaro. HEX triplet: DA, E5 and 7B. RGB value is (218,229,123). Sum of RGB (Red+Green+Blue) = 218+229+123=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE57B is #251A84. Grayscale: #D6D6D6. Windows color (decimal): -2431621 or 8119770. OLE color: 8119770.
HSL color Cylindrical-coordinate representation of color #DAE57B: hue angle of 66.23º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAE57B is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 123 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.10 |
| HSL | 66.23º | 0.67% | 0.69% | - |
| HSV(B) | 66.23º | 0.46% | 0.9% | - |
| XYZ | 60.51 | 72.37 | 29.52 | - |
| YUV | 213.63 | 76.86 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 123 | 0.05 | 0 | 0.46 | 0.10 | 66.23 | 0.67 | 0.69 |
| Hex | DA | E5 | 7B | 5 | 0 | 2E | A | 42 | 43 | 45 |
| Octal | 332 | 345 | 173 | 5 | 0 | 56 | 12 | 102 | 103 | 105 |
| Binary | 11011010 | 11100101 | 1111011 | 101 | 0 | 101110 | 1010 | 1000010 | 1000011 | 1000101 |
Color Harmonies of #DAE57B
Complementary color
Monochromatic Colors of #DAE57B
Black with #DAE57B
Text Example
Text Example
White with #DAE57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE57B; }
p { color: rgb(218,229,123); }
H1.HeaderClassName
{
color: #DAE57B;
}
.AnyTagClassName
{
color: #DAE57B;
}
</style>
background-color css
<style>
a { background-color: #DAE57B; }
a { background-color: rgb(218,229,123); }
div.DivClassName
{
background-color: #DAE57B;
}
.BgClassName
{
background-color: #DAE57B;
}
</style>
border-color css
<style>
span { border-color: #DAE57B; }
span { border-color: rgb(218,229,123); }
td.TdClassName
{
border-color: #DAE57B;
}
.TagClassName
{
border-color: #DAE57B;
}
</style>