Shades of Mint Julep #DCDBAD
Tints of Mint Julep #DCDBAD
RGB
CMYK
RGB Variations
Color information
#DCDBAD (or 0xDCDBAD) is known color: Mint Julep. HEX triplet: DC, DB and AD. RGB value is (220,219,173). Sum of RGB (Red+Green+Blue) = 220+219+173=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBAD is #232452. Grayscale: #D6D6D6. Windows color (decimal): -2303059 or 11394012. OLE color: 11394012.
HSL color Cylindrical-coordinate representation of color #DCDBAD: hue angle of 58.72º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCDBAD is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 173 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.14 |
| HSL | 58.72º | 0.4% | 0.77% | - |
| HSV(B) | 58.72º | 0.21% | 0.86% | - |
| XYZ | 62.39 | 68.9 | 49.55 | - |
| YUV | 214.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 173 | 0 | 0.00 | 0.21 | 0.14 | 58.72 | 0.4 | 0.77 |
| Hex | DC | DB | AD | 0 | 0 | 15 | E | 3B | 28 | 4D |
| Octal | 334 | 333 | 255 | 0 | 0 | 25 | 16 | 73 | 50 | 115 |
| Binary | 11011100 | 11011011 | 10101101 | 0 | 0 | 10101 | 1110 | 111011 | 101000 | 1001101 |
Color Harmonies of #DCDBAD
Complementary color
Monochromatic Colors of #DCDBAD
Black with #DCDBAD
Text Example
Text Example
White with #DCDBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBAD; }
p { color: rgb(220,219,173); }
H1.HeaderClassName
{
color: #DCDBAD;
}
.AnyTagClassName
{
color: #DCDBAD;
}
</style>
background-color css
<style>
a { background-color: #DCDBAD; }
a { background-color: rgb(220,219,173); }
div.DivClassName
{
background-color: #DCDBAD;
}
.BgClassName
{
background-color: #DCDBAD;
}
</style>
border-color css
<style>
span { border-color: #DCDBAD; }
span { border-color: rgb(220,219,173); }
td.TdClassName
{
border-color: #DCDBAD;
}
.TagClassName
{
border-color: #DCDBAD;
}
</style>