Shades of Mindaro #DCED67
Tints of Mindaro #DCED67
RGB
CMYK
RGB Variations
Color information
#DCED67 (or 0xDCED67) is known color: Mindaro. HEX triplet: DC, ED and 67. RGB value is (220,237,103). Sum of RGB (Red+Green+Blue) = 220+237+103=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 103 (40.62% from 255 or 18.39% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED67 is #231298. Grayscale: #D9D9D9. Windows color (decimal): -2298521 or 6811100. OLE color: 6811100.
HSL color Cylindrical-coordinate representation of color #DCED67: hue angle of 67.61º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DCED67 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 103 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.07 |
| HSL | 67.61º | 0.79% | 0.67% | - |
| HSV(B) | 67.61º | 0.57% | 0.93% | - |
| XYZ | 62.25 | 76.76 | 24.37 | - |
| YUV | 216.64 | 63.87 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 103 | 0.07 | 0 | 0.57 | 0.07 | 67.61 | 0.79 | 0.67 |
| Hex | DC | ED | 67 | 7 | 0 | 39 | 7 | 44 | 4F | 43 |
| Octal | 334 | 355 | 147 | 7 | 0 | 71 | 7 | 104 | 117 | 103 |
| Binary | 11011100 | 11101101 | 1100111 | 111 | 0 | 111001 | 111 | 1000100 | 1001111 | 1000011 |
Color Harmonies of #DCED67
Complementary color
Monochromatic Colors of #DCED67
Black with #DCED67
Text Example
Text Example
White with #DCED67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED67; }
p { color: rgb(220,237,103); }
H1.HeaderClassName
{
color: #DCED67;
}
.AnyTagClassName
{
color: #DCED67;
}
</style>
background-color css
<style>
a { background-color: #DCED67; }
a { background-color: rgb(220,237,103); }
div.DivClassName
{
background-color: #DCED67;
}
.BgClassName
{
background-color: #DCED67;
}
</style>
border-color css
<style>
span { border-color: #DCED67; }
span { border-color: rgb(220,237,103); }
td.TdClassName
{
border-color: #DCED67;
}
.TagClassName
{
border-color: #DCED67;
}
</style>