Shades of Mindaro #DCED69
Tints of Mindaro #DCED69
RGB
CMYK
RGB Variations
Color information
#DCED69 (or 0xDCED69) is known color: Mindaro. HEX triplet: DC, ED and 69. RGB value is (220,237,105). Sum of RGB (Red+Green+Blue) = 220+237+105=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 105 (41.41% from 255 or 18.68% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED69 is #231296. Grayscale: #D9D9D9. Windows color (decimal): -2298519 or 6942172. OLE color: 6942172.
HSL color Cylindrical-coordinate representation of color #DCED69: hue angle of 67.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCED69 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 105 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.07 |
| HSL | 67.73º | 0.79% | 0.67% | - |
| HSV(B) | 67.73º | 0.56% | 0.93% | - |
| XYZ | 62.35 | 76.8 | 24.9 | - |
| YUV | 216.87 | 64.87 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 105 | 0.07 | 0 | 0.56 | 0.07 | 67.73 | 0.79 | 0.67 |
| Hex | DC | ED | 69 | 7 | 0 | 38 | 7 | 44 | 4F | 43 |
| Octal | 334 | 355 | 151 | 7 | 0 | 70 | 7 | 104 | 117 | 103 |
| Binary | 11011100 | 11101101 | 1101001 | 111 | 0 | 111000 | 111 | 1000100 | 1001111 | 1000011 |
Color Harmonies of #DCED69
Complementary color
Monochromatic Colors of #DCED69
Black with #DCED69
Text Example
Text Example
White with #DCED69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED69; }
p { color: rgb(220,237,105); }
H1.HeaderClassName
{
color: #DCED69;
}
.AnyTagClassName
{
color: #DCED69;
}
</style>
background-color css
<style>
a { background-color: #DCED69; }
a { background-color: rgb(220,237,105); }
div.DivClassName
{
background-color: #DCED69;
}
.BgClassName
{
background-color: #DCED69;
}
</style>
border-color css
<style>
span { border-color: #DCED69; }
span { border-color: rgb(220,237,105); }
td.TdClassName
{
border-color: #DCED69;
}
.TagClassName
{
border-color: #DCED69;
}
</style>