Shades of Mint Julep #DED99B
Tints of Mint Julep #DED99B
RGB
CMYK
RGB Variations
Color information
#DED99B (or 0xDED99B) is known color: Mint Julep. HEX triplet: DE, D9 and 9B. RGB value is (222,217,155). Sum of RGB (Red+Green+Blue) = 222+217+155=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 155 (60.94% from 255 or 26.09% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DED99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED99B is #212664. Grayscale: #D3D3D3. Windows color (decimal): -2172517 or 10213854. OLE color: 10213854.
HSL color Cylindrical-coordinate representation of color #DED99B: hue angle of 55.52º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DED99B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 155 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.13 |
| HSL | 55.52º | 0.5% | 0.74% | - |
| HSV(B) | 55.52º | 0.3% | 0.87% | - |
| XYZ | 60.85 | 67.52 | 40.84 | - |
| YUV | 211.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 155 | 0 | 0.02 | 0.30 | 0.13 | 55.52 | 0.5 | 0.74 |
| Hex | DE | D9 | 9B | 0 | 2 | 1E | D | 38 | 32 | 4A |
| Octal | 336 | 331 | 233 | 0 | 2 | 36 | 15 | 70 | 62 | 112 |
| Binary | 11011110 | 11011001 | 10011011 | 0 | 10 | 11110 | 1101 | 111000 | 110010 | 1001010 |
Color Harmonies of #DED99B
Complementary color
Monochromatic Colors of #DED99B
Black with #DED99B
Text Example
Text Example
White with #DED99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED99B; }
p { color: rgb(222,217,155); }
H1.HeaderClassName
{
color: #DED99B;
}
.AnyTagClassName
{
color: #DED99B;
}
</style>
background-color css
<style>
a { background-color: #DED99B; }
a { background-color: rgb(222,217,155); }
div.DivClassName
{
background-color: #DED99B;
}
.BgClassName
{
background-color: #DED99B;
}
</style>
border-color css
<style>
span { border-color: #DED99B; }
span { border-color: rgb(222,217,155); }
td.TdClassName
{
border-color: #DED99B;
}
.TagClassName
{
border-color: #DED99B;
}
</style>