Shades of Mint Julep #DCD69F
Tints of Mint Julep #DCD69F
RGB
CMYK
RGB Variations
Color information
#DCD69F (or 0xDCD69F) is known color: Mint Julep. HEX triplet: DC, D6 and 9F. RGB value is (220,214,159). Sum of RGB (Red+Green+Blue) = 220+214+159=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD69F is #232960. Grayscale: #D1D1D1. Windows color (decimal): -2304353 or 10475228. OLE color: 10475228.
HSL color Cylindrical-coordinate representation of color #DCD69F: hue angle of 54.1º 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 #DCD69F is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 159 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.14 |
| HSL | 54.1º | 0.47% | 0.74% | - |
| HSV(B) | 54.1º | 0.28% | 0.86% | - |
| XYZ | 59.82 | 65.81 | 42.35 | - |
| YUV | 209.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 159 | 0 | 0.03 | 0.28 | 0.14 | 54.1 | 0.47 | 0.74 |
| Hex | DC | D6 | 9F | 0 | 3 | 1C | E | 36 | 2F | 4A |
| Octal | 334 | 326 | 237 | 0 | 3 | 34 | 16 | 66 | 57 | 112 |
| Binary | 11011100 | 11010110 | 10011111 | 0 | 11 | 11100 | 1110 | 110110 | 101111 | 1001010 |
Color Harmonies of #DCD69F
Complementary color
Monochromatic Colors of #DCD69F
Black with #DCD69F
Text Example
Text Example
White with #DCD69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD69F; }
p { color: rgb(220,214,159); }
H1.HeaderClassName
{
color: #DCD69F;
}
.AnyTagClassName
{
color: #DCD69F;
}
</style>
background-color css
<style>
a { background-color: #DCD69F; }
a { background-color: rgb(220,214,159); }
div.DivClassName
{
background-color: #DCD69F;
}
.BgClassName
{
background-color: #DCD69F;
}
</style>
border-color css
<style>
span { border-color: #DCD69F; }
span { border-color: rgb(220,214,159); }
td.TdClassName
{
border-color: #DCD69F;
}
.TagClassName
{
border-color: #DCD69F;
}
</style>