Shades of Mint Julep #DCDB9D
Tints of Mint Julep #DCDB9D
RGB
CMYK
RGB Variations
Color information
#DCDB9D (or 0xDCDB9D) is known color: Mint Julep. HEX triplet: DC, DB and 9D. RGB value is (220,219,157). Sum of RGB (Red+Green+Blue) = 220+219+157=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB9D is #232462. Grayscale: #D4D4D4. Windows color (decimal): -2303075 or 10345436. OLE color: 10345436.
HSL color Cylindrical-coordinate representation of color #DCDB9D: hue angle of 59.05º 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 #DCDB9D is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 157 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.14 |
| HSL | 59.05º | 0.47% | 0.74% | - |
| HSV(B) | 59.05º | 0.29% | 0.86% | - |
| XYZ | 60.93 | 68.31 | 41.87 | - |
| YUV | 212.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 157 | 0 | 0.00 | 0.29 | 0.14 | 59.05 | 0.47 | 0.74 |
| Hex | DC | DB | 9D | 0 | 0 | 1D | E | 3B | 2F | 4A |
| Octal | 334 | 333 | 235 | 0 | 0 | 35 | 16 | 73 | 57 | 112 |
| Binary | 11011100 | 11011011 | 10011101 | 0 | 0 | 11101 | 1110 | 111011 | 101111 | 1001010 |
Color Harmonies of #DCDB9D
Complementary color
Monochromatic Colors of #DCDB9D
Black with #DCDB9D
Text Example
Text Example
White with #DCDB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB9D; }
p { color: rgb(220,219,157); }
H1.HeaderClassName
{
color: #DCDB9D;
}
.AnyTagClassName
{
color: #DCDB9D;
}
</style>
background-color css
<style>
a { background-color: #DCDB9D; }
a { background-color: rgb(220,219,157); }
div.DivClassName
{
background-color: #DCDB9D;
}
.BgClassName
{
background-color: #DCDB9D;
}
</style>
border-color css
<style>
span { border-color: #DCDB9D; }
span { border-color: rgb(220,219,157); }
td.TdClassName
{
border-color: #DCDB9D;
}
.TagClassName
{
border-color: #DCDB9D;
}
</style>