Shades of Mindaro #DCEB7B
Tints of Mindaro #DCEB7B
RGB
CMYK
RGB Variations
Color information
#DCEB7B (or 0xDCEB7B) is known color: Mindaro. HEX triplet: DC, EB and 7B. RGB value is (220,235,123). Sum of RGB (Red+Green+Blue) = 220+235+123=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 235 (92.19% from 255 or 40.66% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB7B is #231484. Grayscale: #DADADA. Windows color (decimal): -2299013 or 8121308. OLE color: 8121308.
HSL color Cylindrical-coordinate representation of color #DCEB7B: hue angle of 68.04º 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 #DCEB7B is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 123 | - |
| CMYK | 0.06 | 0 | 0.48 | 0.08 |
| HSL | 68.04º | 0.74% | 0.7% | - |
| HSV(B) | 68.04º | 0.48% | 0.92% | - |
| XYZ | 62.8 | 76.06 | 30.11 | - |
| YUV | 217.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 123 | 0.06 | 0 | 0.48 | 0.08 | 68.04 | 0.74 | 0.7 |
| Hex | DC | EB | 7B | 6 | 0 | 30 | 8 | 44 | 4A | 46 |
| Octal | 334 | 353 | 173 | 6 | 0 | 60 | 10 | 104 | 112 | 106 |
| Binary | 11011100 | 11101011 | 1111011 | 110 | 0 | 110000 | 1000 | 1000100 | 1001010 | 1000110 |
Color Harmonies of #DCEB7B
Complementary color
Monochromatic Colors of #DCEB7B
Black with #DCEB7B
Text Example
Text Example
White with #DCEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB7B; }
p { color: rgb(220,235,123); }
H1.HeaderClassName
{
color: #DCEB7B;
}
.AnyTagClassName
{
color: #DCEB7B;
}
</style>
background-color css
<style>
a { background-color: #DCEB7B; }
a { background-color: rgb(220,235,123); }
div.DivClassName
{
background-color: #DCEB7B;
}
.BgClassName
{
background-color: #DCEB7B;
}
</style>
border-color css
<style>
span { border-color: #DCEB7B; }
span { border-color: rgb(220,235,123); }
td.TdClassName
{
border-color: #DCEB7B;
}
.TagClassName
{
border-color: #DCEB7B;
}
</style>