Shades of Mindaro #DAED72
Tints of Mindaro #DAED72
RGB
CMYK
RGB Variations
Color information
#DAED72 (or 0xDAED72) is known color: Mindaro. HEX triplet: DA, ED and 72. RGB value is (218,237,114). Sum of RGB (Red+Green+Blue) = 218+237+114=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #DAED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAED72 is #25128D. Grayscale: #D9D9D9. Windows color (decimal): -2429582 or 7531994. OLE color: 7531994.
HSL color Cylindrical-coordinate representation of color #DAED72: hue angle of 69.27º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DAED72 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 237 | 114 | - |
CMYK | 0.08 | 0 | 0.52 | 0.07 |
HSL | 69.27º | 0.77% | 0.69% | - |
HSV(B) | 69.27º | 0.52% | 0.93% | - |
XYZ | 62.23 | 76.69 | 27.44 | - |
YUV | 217.3 | 69.71 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 237 | 114 | 0.08 | 0 | 0.52 | 0.07 | 69.27 | 0.77 | 0.69 |
Hex | DA | ED | 72 | 8 | 0 | 34 | 7 | 45 | 4D | 45 |
Octal | 332 | 355 | 162 | 10 | 0 | 64 | 7 | 105 | 115 | 105 |
Binary | 11011010 | 11101101 | 1110010 | 1000 | 0 | 110100 | 111 | 1000101 | 1001101 | 1000101 |
Color Harmonies of #DAED72
Complementary color
Monochromatic Colors of #DAED72
Black with #DAED72
Text Example
Text Example
White with #DAED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAED72; }
p { color: rgb(218,237,114); }
H1.HeaderClassName
{
color: #DAED72;
}
.AnyTagClassName
{
color: #DAED72;
}
</style>
background-color css
<style>
a { background-color: #DAED72; }
a { background-color: rgb(218,237,114); }
div.DivClassName
{
background-color: #DAED72;
}
.BgClassName
{
background-color: #DAED72;
}
</style>
border-color css
<style>
span { border-color: #DAED72; }
span { border-color: rgb(218,237,114); }
td.TdClassName
{
border-color: #DAED72;
}
.TagClassName
{
border-color: #DAED72;
}
</style>