Shades of Mindaro #DEEC67
Tints of Mindaro #DEEC67
RGB
CMYK
RGB Variations
Color information
#DEEC67 (or 0xDEEC67) is known color: Mindaro. HEX triplet: DE, EC and 67. RGB value is (222,236,103). Sum of RGB (Red+Green+Blue) = 222+236+103=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #DEEC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEC67 is #211398. Grayscale: #D9D9D9. Windows color (decimal): -2167705 or 6810846. OLE color: 6810846.
HSL color Cylindrical-coordinate representation of color #DEEC67: hue angle of 66.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEEC67 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 103 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.07 |
| HSL | 66.32º | 0.78% | 0.66% | - |
| HSV(B) | 66.32º | 0.56% | 0.93% | - |
| XYZ | 62.57 | 76.5 | 24.3 | - |
| YUV | 216.65 | 63.86 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 103 | 0.06 | 0 | 0.56 | 0.07 | 66.32 | 0.78 | 0.66 |
| Hex | DE | EC | 67 | 6 | 0 | 38 | 7 | 42 | 4E | 42 |
| Octal | 336 | 354 | 147 | 6 | 0 | 70 | 7 | 102 | 116 | 102 |
| Binary | 11011110 | 11101100 | 1100111 | 110 | 0 | 111000 | 111 | 1000010 | 1001110 | 1000010 |
Color Harmonies of #DEEC67
Complementary color
Monochromatic Colors of #DEEC67
Black with #DEEC67
Text Example
Text Example
White with #DEEC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEC67; }
p { color: rgb(222,236,103); }
H1.HeaderClassName
{
color: #DEEC67;
}
.AnyTagClassName
{
color: #DEEC67;
}
</style>
background-color css
<style>
a { background-color: #DEEC67; }
a { background-color: rgb(222,236,103); }
div.DivClassName
{
background-color: #DEEC67;
}
.BgClassName
{
background-color: #DEEC67;
}
</style>
border-color css
<style>
span { border-color: #DEEC67; }
span { border-color: rgb(222,236,103); }
td.TdClassName
{
border-color: #DEEC67;
}
.TagClassName
{
border-color: #DEEC67;
}
</style>