Shades of Mint Julep #DCD7B2
Tints of Mint Julep #DCD7B2
RGB
CMYK
RGB Variations
Color information
#DCD7B2 (or 0xDCD7B2) is known color: Mint Julep. HEX triplet: DC, D7 and B2. RGB value is (220,215,178). Sum of RGB (Red+Green+Blue) = 220+215+178=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 178 (69.92% from 255 or 29.04% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7B2 is #23284D. Grayscale: #D4D4D4. Windows color (decimal): -2304078 or 11720668. OLE color: 11720668.
HSL color Cylindrical-coordinate representation of color #DCD7B2: hue angle of 52.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCD7B2 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 215 | 178 | - |
CMYK | 0 | 0.02 | 0.19 | 0.14 |
HSL | 52.86º | 0.38% | 0.78% | - |
HSV(B) | 52.86º | 0.19% | 0.86% | - |
XYZ | 61.85 | 67.03 | 51.8 | - |
YUV | 212.28 | 108.66 | 133.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 215 | 178 | 0 | 0.02 | 0.19 | 0.14 | 52.86 | 0.38 | 0.78 |
Hex | DC | D7 | B2 | 0 | 2 | 13 | E | 35 | 26 | 4E |
Octal | 334 | 327 | 262 | 0 | 2 | 23 | 16 | 65 | 46 | 116 |
Binary | 11011100 | 11010111 | 10110010 | 0 | 10 | 10011 | 1110 | 110101 | 100110 | 1001110 |
Color Harmonies of #DCD7B2
Complementary color
Monochromatic Colors of #DCD7B2
Black with #DCD7B2
Text Example
Text Example
White with #DCD7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD7B2; }
p { color: rgb(220,215,178); }
H1.HeaderClassName
{
color: #DCD7B2;
}
.AnyTagClassName
{
color: #DCD7B2;
}
</style>
background-color css
<style>
a { background-color: #DCD7B2; }
a { background-color: rgb(220,215,178); }
div.DivClassName
{
background-color: #DCD7B2;
}
.BgClassName
{
background-color: #DCD7B2;
}
</style>
border-color css
<style>
span { border-color: #DCD7B2; }
span { border-color: rgb(220,215,178); }
td.TdClassName
{
border-color: #DCD7B2;
}
.TagClassName
{
border-color: #DCD7B2;
}
</style>