Shades of Mindaro #DCEB7A
Tints of Mindaro #DCEB7A
RGB
CMYK
RGB Variations
Color information
#DCEB7A (or 0xDCEB7A) is known color: Mindaro. HEX triplet: DC, EB and 7A. RGB value is (220,235,122). Sum of RGB (Red+Green+Blue) = 220+235+122=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 235 (92.19% from 255 or 40.73% from 577); Blue value is 122 (48.05% from 255 or 21.14% from 577); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB7A is #231485. Grayscale: #DADADA. Windows color (decimal): -2299014 or 8055772. OLE color: 8055772.
HSL color Cylindrical-coordinate representation of color #DCEB7A: hue angle of 67.96º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DCEB7A is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 122 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.08 |
| HSL | 67.96º | 0.74% | 0.7% | - |
| HSV(B) | 67.96º | 0.48% | 0.92% | - |
| XYZ | 62.74 | 76.04 | 29.78 | - |
| YUV | 217.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 122 | 0.06 | 0 | 0.48 | 0.08 | 67.96 | 0.74 | 0.7 |
| Hex | DC | EB | 7A | 6 | 0 | 30 | 8 | 44 | 4A | 46 |
| Octal | 334 | 353 | 172 | 6 | 0 | 60 | 10 | 104 | 112 | 106 |
| Binary | 11011100 | 11101011 | 1111010 | 110 | 0 | 110000 | 1000 | 1000100 | 1001010 | 1000110 |
Color Harmonies of #DCEB7A
Complementary color
Monochromatic Colors of #DCEB7A
Black with #DCEB7A
Text Example
Text Example
White with #DCEB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB7A; }
p { color: rgb(220,235,122); }
H1.HeaderClassName
{
color: #DCEB7A;
}
.AnyTagClassName
{
color: #DCEB7A;
}
</style>
background-color css
<style>
a { background-color: #DCEB7A; }
a { background-color: rgb(220,235,122); }
div.DivClassName
{
background-color: #DCEB7A;
}
.BgClassName
{
background-color: #DCEB7A;
}
</style>
border-color css
<style>
span { border-color: #DCEB7A; }
span { border-color: rgb(220,235,122); }
td.TdClassName
{
border-color: #DCEB7A;
}
.TagClassName
{
border-color: #DCEB7A;
}
</style>