Shades of Mint Julep #DCD99B
Tints of Mint Julep #DCD99B
RGB
CMYK
RGB Variations
Color information
#DCD99B (or 0xDCD99B) is known color: Mint Julep. HEX triplet: DC, D9 and 9B. RGB value is (220,217,155). Sum of RGB (Red+Green+Blue) = 220+217+155=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD99B is #232664. Grayscale: #D3D3D3. Windows color (decimal): -2303589 or 10213852. OLE color: 10213852.
HSL color Cylindrical-coordinate representation of color #DCD99B: hue angle of 57.23º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCD99B is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 155 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.14 |
| HSL | 57.23º | 0.48% | 0.74% | - |
| HSV(B) | 57.23º | 0.3% | 0.86% | - |
| XYZ | 60.24 | 67.21 | 40.81 | - |
| YUV | 210.83 | 96.49 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 155 | 0 | 0.01 | 0.30 | 0.14 | 57.23 | 0.48 | 0.74 |
| Hex | DC | D9 | 9B | 0 | 1 | 1E | E | 39 | 30 | 4A |
| Octal | 334 | 331 | 233 | 0 | 1 | 36 | 16 | 71 | 60 | 112 |
| Binary | 11011100 | 11011001 | 10011011 | 0 | 1 | 11110 | 1110 | 111001 | 110000 | 1001010 |
Color Harmonies of #DCD99B
Complementary color
Monochromatic Colors of #DCD99B
Black with #DCD99B
Text Example
Text Example
White with #DCD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD99B; }
p { color: rgb(220,217,155); }
H1.HeaderClassName
{
color: #DCD99B;
}
.AnyTagClassName
{
color: #DCD99B;
}
</style>
background-color css
<style>
a { background-color: #DCD99B; }
a { background-color: rgb(220,217,155); }
div.DivClassName
{
background-color: #DCD99B;
}
.BgClassName
{
background-color: #DCD99B;
}
</style>
border-color css
<style>
span { border-color: #DCD99B; }
span { border-color: rgb(220,217,155); }
td.TdClassName
{
border-color: #DCD99B;
}
.TagClassName
{
border-color: #DCD99B;
}
</style>