Shades of Mint Julep #DCDB9C
Tints of Mint Julep #DCDB9C
RGB
CMYK
RGB Variations
Color information
#DCDB9C (or 0xDCDB9C) is known color: Mint Julep. HEX triplet: DC, DB and 9C. RGB value is (220,219,156). Sum of RGB (Red+Green+Blue) = 220+219+156=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDB9C is #232463. Grayscale: #D4D4D4. Windows color (decimal): -2303076 or 10279900. OLE color: 10279900.
HSL color Cylindrical-coordinate representation of color #DCDB9C: hue angle of 59.06º degrees, saturation: 0.48, 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 #DCDB9C is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 156 | - |
| CMYK | 0 | 0.00 | 0.29 | 0.14 |
| HSL | 59.06º | 0.48% | 0.74% | - |
| HSV(B) | 59.06º | 0.29% | 0.86% | - |
| XYZ | 60.85 | 68.28 | 41.42 | - |
| YUV | 212.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 156 | 0 | 0.00 | 0.29 | 0.14 | 59.06 | 0.48 | 0.74 |
| Hex | DC | DB | 9C | 0 | 0 | 1D | E | 3B | 30 | 4A |
| Octal | 334 | 333 | 234 | 0 | 0 | 35 | 16 | 73 | 60 | 112 |
| Binary | 11011100 | 11011011 | 10011100 | 0 | 0 | 11101 | 1110 | 111011 | 110000 | 1001010 |
Color Harmonies of #DCDB9C
Complementary color
Monochromatic Colors of #DCDB9C
Black with #DCDB9C
Text Example
Text Example
White with #DCDB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDB9C; }
p { color: rgb(220,219,156); }
H1.HeaderClassName
{
color: #DCDB9C;
}
.AnyTagClassName
{
color: #DCDB9C;
}
</style>
background-color css
<style>
a { background-color: #DCDB9C; }
a { background-color: rgb(220,219,156); }
div.DivClassName
{
background-color: #DCDB9C;
}
.BgClassName
{
background-color: #DCDB9C;
}
</style>
border-color css
<style>
span { border-color: #DCDB9C; }
span { border-color: rgb(220,219,156); }
td.TdClassName
{
border-color: #DCDB9C;
}
.TagClassName
{
border-color: #DCDB9C;
}
</style>