Shades of Mint Julep #DCDAAA
Tints of Mint Julep #DCDAAA
RGB
CMYK
RGB Variations
Color information
#DCDAAA (or 0xDCDAAA) is known color: Mint Julep. HEX triplet: DC, DA and AA. RGB value is (220,218,170). Sum of RGB (Red+Green+Blue) = 220+218+170=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 170 (66.80% from 255 or 27.96% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAAA is #232555. Grayscale: #D5D5D5. Windows color (decimal): -2303318 or 11197148. OLE color: 11197148.
HSL color Cylindrical-coordinate representation of color #DCDAAA: hue angle of 57.6º 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 #DCDAAA is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 218 | 170 | - |
CMYK | 0 | 0.01 | 0.23 | 0.14 |
HSL | 57.6º | 0.42% | 0.76% | - |
HSV(B) | 57.6º | 0.23% | 0.86% | - |
XYZ | 61.84 | 68.26 | 47.95 | - |
YUV | 213.13 | 103.66 | 132.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 218 | 170 | 0 | 0.01 | 0.23 | 0.14 | 57.6 | 0.42 | 0.76 |
Hex | DC | DA | AA | 0 | 1 | 17 | E | 3A | 2A | 4C |
Octal | 334 | 332 | 252 | 0 | 1 | 27 | 16 | 72 | 52 | 114 |
Binary | 11011100 | 11011010 | 10101010 | 0 | 1 | 10111 | 1110 | 111010 | 101010 | 1001100 |
Color Harmonies of #DCDAAA
Complementary color
Monochromatic Colors of #DCDAAA
Black with #DCDAAA
Text Example
Text Example
White with #DCDAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDAAA; }
p { color: rgb(220,218,170); }
H1.HeaderClassName
{
color: #DCDAAA;
}
.AnyTagClassName
{
color: #DCDAAA;
}
</style>
background-color css
<style>
a { background-color: #DCDAAA; }
a { background-color: rgb(220,218,170); }
div.DivClassName
{
background-color: #DCDAAA;
}
.BgClassName
{
background-color: #DCDAAA;
}
</style>
border-color css
<style>
span { border-color: #DCDAAA; }
span { border-color: rgb(220,218,170); }
td.TdClassName
{
border-color: #DCDAAA;
}
.TagClassName
{
border-color: #DCDAAA;
}
</style>