Shades of Mint Julep #DCDBAA
Tints of Mint Julep #DCDBAA
RGB
CMYK
RGB Variations
Color information
#DCDBAA (or 0xDCDBAA) is known color: Mint Julep. HEX triplet: DC, DB and AA. RGB value is (220,219,170). Sum of RGB (Red+Green+Blue) = 220+219+170=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBAA is #232455. Grayscale: #D5D5D5. Windows color (decimal): -2303062 or 11197404. OLE color: 11197404.
HSL color Cylindrical-coordinate representation of color #DCDBAA: hue angle of 58.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCDBAA is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 170 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.14 |
| HSL | 58.8º | 0.42% | 0.76% | - |
| HSV(B) | 58.8º | 0.23% | 0.86% | - |
| XYZ | 62.1 | 68.78 | 48.03 | - |
| YUV | 213.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 170 | 0 | 0.00 | 0.23 | 0.14 | 58.8 | 0.42 | 0.76 |
| Hex | DC | DB | AA | 0 | 0 | 17 | E | 3B | 2A | 4C |
| Octal | 334 | 333 | 252 | 0 | 0 | 27 | 16 | 73 | 52 | 114 |
| Binary | 11011100 | 11011011 | 10101010 | 0 | 0 | 10111 | 1110 | 111011 | 101010 | 1001100 |
Color Harmonies of #DCDBAA
Complementary color
Monochromatic Colors of #DCDBAA
Black with #DCDBAA
Text Example
Text Example
White with #DCDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBAA; }
p { color: rgb(220,219,170); }
H1.HeaderClassName
{
color: #DCDBAA;
}
.AnyTagClassName
{
color: #DCDBAA;
}
</style>
background-color css
<style>
a { background-color: #DCDBAA; }
a { background-color: rgb(220,219,170); }
div.DivClassName
{
background-color: #DCDBAA;
}
.BgClassName
{
background-color: #DCDBAA;
}
</style>
border-color css
<style>
span { border-color: #DCDBAA; }
span { border-color: rgb(220,219,170); }
td.TdClassName
{
border-color: #DCDBAA;
}
.TagClassName
{
border-color: #DCDBAA;
}
</style>