Shades of Mindaro #DCEB67
Tints of Mindaro #DCEB67
RGB
CMYK
RGB Variations
Color information
#DCEB67 (or 0xDCEB67) is known color: Mindaro. HEX triplet: DC, EB and 67. RGB value is (220,235,103). Sum of RGB (Red+Green+Blue) = 220+235+103=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 235 (92.19% from 255 or 42.11% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB67 is #231498. Grayscale: #D7D7D7. Windows color (decimal): -2299033 or 6810588. OLE color: 6810588.
HSL color Cylindrical-coordinate representation of color #DCEB67: hue angle of 66.82º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCEB67 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 103 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.08 |
| HSL | 66.82º | 0.77% | 0.66% | - |
| HSV(B) | 66.82º | 0.56% | 0.92% | - |
| XYZ | 61.67 | 75.61 | 24.18 | - |
| YUV | 215.47 | 64.53 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 103 | 0.06 | 0 | 0.56 | 0.08 | 66.82 | 0.77 | 0.66 |
| Hex | DC | EB | 67 | 6 | 0 | 38 | 8 | 43 | 4D | 42 |
| Octal | 334 | 353 | 147 | 6 | 0 | 70 | 10 | 103 | 115 | 102 |
| Binary | 11011100 | 11101011 | 1100111 | 110 | 0 | 111000 | 1000 | 1000011 | 1001101 | 1000010 |
Color Harmonies of #DCEB67
Complementary color
Monochromatic Colors of #DCEB67
Black with #DCEB67
Text Example
Text Example
White with #DCEB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB67; }
p { color: rgb(220,235,103); }
H1.HeaderClassName
{
color: #DCEB67;
}
.AnyTagClassName
{
color: #DCEB67;
}
</style>
background-color css
<style>
a { background-color: #DCEB67; }
a { background-color: rgb(220,235,103); }
div.DivClassName
{
background-color: #DCEB67;
}
.BgClassName
{
background-color: #DCEB67;
}
</style>
border-color css
<style>
span { border-color: #DCEB67; }
span { border-color: rgb(220,235,103); }
td.TdClassName
{
border-color: #DCEB67;
}
.TagClassName
{
border-color: #DCEB67;
}
</style>