Shades of Mint Julep #DCD69E
Tints of Mint Julep #DCD69E
RGB
CMYK
RGB Variations
Color information
#DCD69E (or 0xDCD69E) is known color: Mint Julep. HEX triplet: DC, D6 and 9E. RGB value is (220,214,158). Sum of RGB (Red+Green+Blue) = 220+214+158=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD69E is #232961. Grayscale: #D1D1D1. Windows color (decimal): -2304354 or 10409692. OLE color: 10409692.
HSL color Cylindrical-coordinate representation of color #DCD69E: hue angle of 54.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCD69E is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 158 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.14 |
| HSL | 54.19º | 0.47% | 0.74% | - |
| HSV(B) | 54.19º | 0.28% | 0.86% | - |
| XYZ | 59.73 | 65.78 | 41.9 | - |
| YUV | 209.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 158 | 0 | 0.03 | 0.28 | 0.14 | 54.19 | 0.47 | 0.74 |
| Hex | DC | D6 | 9E | 0 | 3 | 1C | E | 36 | 2F | 4A |
| Octal | 334 | 326 | 236 | 0 | 3 | 34 | 16 | 66 | 57 | 112 |
| Binary | 11011100 | 11010110 | 10011110 | 0 | 11 | 11100 | 1110 | 110110 | 101111 | 1001010 |
Color Harmonies of #DCD69E
Complementary color
Monochromatic Colors of #DCD69E
Black with #DCD69E
Text Example
Text Example
White with #DCD69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD69E; }
p { color: rgb(220,214,158); }
H1.HeaderClassName
{
color: #DCD69E;
}
.AnyTagClassName
{
color: #DCD69E;
}
</style>
background-color css
<style>
a { background-color: #DCD69E; }
a { background-color: rgb(220,214,158); }
div.DivClassName
{
background-color: #DCD69E;
}
.BgClassName
{
background-color: #DCD69E;
}
</style>
border-color css
<style>
span { border-color: #DCD69E; }
span { border-color: rgb(220,214,158); }
td.TdClassName
{
border-color: #DCD69E;
}
.TagClassName
{
border-color: #DCD69E;
}
</style>