Shades of Mindaro #DCED7A
Tints of Mindaro #DCED7A
RGB
CMYK
RGB Variations
Color information
#DCED7A (or 0xDCED7A) is known color: Mindaro. HEX triplet: DC, ED and 7A. RGB value is (220,237,122). Sum of RGB (Red+Green+Blue) = 220+237+122=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 122 (48.05% from 255 or 21.07% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED7A is #231285. Grayscale: #DBDBDB. Windows color (decimal): -2298502 or 8056284. OLE color: 8056284.
HSL color Cylindrical-coordinate representation of color #DCED7A: hue angle of 68.87º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCED7A is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 122 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.07 |
| HSL | 68.87º | 0.76% | 0.7% | - |
| HSV(B) | 68.87º | 0.49% | 0.93% | - |
| XYZ | 63.31 | 77.19 | 29.97 | - |
| YUV | 218.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 122 | 0.07 | 0 | 0.49 | 0.07 | 68.87 | 0.76 | 0.7 |
| Hex | DC | ED | 7A | 7 | 0 | 31 | 7 | 45 | 4C | 46 |
| Octal | 334 | 355 | 172 | 7 | 0 | 61 | 7 | 105 | 114 | 106 |
| Binary | 11011100 | 11101101 | 1111010 | 111 | 0 | 110001 | 111 | 1000101 | 1001100 | 1000110 |
Color Harmonies of #DCED7A
Complementary color
Monochromatic Colors of #DCED7A
Black with #DCED7A
Text Example
Text Example
White with #DCED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED7A; }
p { color: rgb(220,237,122); }
H1.HeaderClassName
{
color: #DCED7A;
}
.AnyTagClassName
{
color: #DCED7A;
}
</style>
background-color css
<style>
a { background-color: #DCED7A; }
a { background-color: rgb(220,237,122); }
div.DivClassName
{
background-color: #DCED7A;
}
.BgClassName
{
background-color: #DCED7A;
}
</style>
border-color css
<style>
span { border-color: #DCED7A; }
span { border-color: rgb(220,237,122); }
td.TdClassName
{
border-color: #DCED7A;
}
.TagClassName
{
border-color: #DCED7A;
}
</style>