Shades of Mint Julep #DCD69D
Tints of Mint Julep #DCD69D
RGB
CMYK
RGB Variations
Color information
#DCD69D (or 0xDCD69D) is known color: Mint Julep. HEX triplet: DC, D6 and 9D. RGB value is (220,214,157). Sum of RGB (Red+Green+Blue) = 220+214+157=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD69D is #232962. Grayscale: #D1D1D1. Windows color (decimal): -2304355 or 10344156. OLE color: 10344156.
HSL color Cylindrical-coordinate representation of color #DCD69D: hue angle of 54.29º degrees, saturation: 0.47, 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 #DCD69D is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 157 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.14 |
| HSL | 54.29º | 0.47% | 0.74% | - |
| HSV(B) | 54.29º | 0.29% | 0.86% | - |
| XYZ | 59.65 | 65.74 | 41.44 | - |
| YUV | 209.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 157 | 0 | 0.03 | 0.29 | 0.14 | 54.29 | 0.47 | 0.74 |
| Hex | DC | D6 | 9D | 0 | 3 | 1D | E | 36 | 2F | 4A |
| Octal | 334 | 326 | 235 | 0 | 3 | 35 | 16 | 66 | 57 | 112 |
| Binary | 11011100 | 11010110 | 10011101 | 0 | 11 | 11101 | 1110 | 110110 | 101111 | 1001010 |
Color Harmonies of #DCD69D
Complementary color
Monochromatic Colors of #DCD69D
Black with #DCD69D
Text Example
Text Example
White with #DCD69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD69D; }
p { color: rgb(220,214,157); }
H1.HeaderClassName
{
color: #DCD69D;
}
.AnyTagClassName
{
color: #DCD69D;
}
</style>
background-color css
<style>
a { background-color: #DCD69D; }
a { background-color: rgb(220,214,157); }
div.DivClassName
{
background-color: #DCD69D;
}
.BgClassName
{
background-color: #DCD69D;
}
</style>
border-color css
<style>
span { border-color: #DCD69D; }
span { border-color: rgb(220,214,157); }
td.TdClassName
{
border-color: #DCD69D;
}
.TagClassName
{
border-color: #DCD69D;
}
</style>