Shades of Mint Julep #DCD69C
Tints of Mint Julep #DCD69C
RGB
CMYK
RGB Variations
Color information
#DCD69C (or 0xDCD69C) is known color: Mint Julep. HEX triplet: DC, D6 and 9C. RGB value is (220,214,156). Sum of RGB (Red+Green+Blue) = 220+214+156=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 156 (61.33% from 255 or 26.44% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD69C is #232963. Grayscale: #D1D1D1. Windows color (decimal): -2304356 or 10278620. OLE color: 10278620.
HSL color Cylindrical-coordinate representation of color #DCD69C: hue angle of 54.38º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCD69C is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 156 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.14 |
| HSL | 54.38º | 0.48% | 0.74% | - |
| HSV(B) | 54.38º | 0.29% | 0.86% | - |
| XYZ | 59.56 | 65.71 | 41 | - |
| YUV | 209.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 156 | 0 | 0.03 | 0.29 | 0.14 | 54.38 | 0.48 | 0.74 |
| Hex | DC | D6 | 9C | 0 | 3 | 1D | E | 36 | 30 | 4A |
| Octal | 334 | 326 | 234 | 0 | 3 | 35 | 16 | 66 | 60 | 112 |
| Binary | 11011100 | 11010110 | 10011100 | 0 | 11 | 11101 | 1110 | 110110 | 110000 | 1001010 |
Color Harmonies of #DCD69C
Complementary color
Monochromatic Colors of #DCD69C
Black with #DCD69C
Text Example
Text Example
White with #DCD69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD69C; }
p { color: rgb(220,214,156); }
H1.HeaderClassName
{
color: #DCD69C;
}
.AnyTagClassName
{
color: #DCD69C;
}
</style>
background-color css
<style>
a { background-color: #DCD69C; }
a { background-color: rgb(220,214,156); }
div.DivClassName
{
background-color: #DCD69C;
}
.BgClassName
{
background-color: #DCD69C;
}
</style>
border-color css
<style>
span { border-color: #DCD69C; }
span { border-color: rgb(220,214,156); }
td.TdClassName
{
border-color: #DCD69C;
}
.TagClassName
{
border-color: #DCD69C;
}
</style>