Html Css Color HEX #DEDC9F Mint Julep

📋 copy color: '#DEDC9F'

red 222 ◦ green 220 ◦ blue 159

#DEDC9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #DEDC9F

Tints of Mint Julep #DEDC9F

RGB

 RED value IS 222 (87.11% from 255) = 36.94%

 GREEN value IS 220 (86.33% from 255) = 36.61%

 BLUE value IS 159 (62.5% from 255) = 26.46%

R = 36.94%
G = 36.61%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DEDC9F (or 0xDEDC9F) is known color: Mint Julep. HEX triplet: DE, DC and 9F. RGB value is (222,220,159). Sum of RGB (Red+Green+Blue) = 222+220+159=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC9F is #212360. Grayscale: #D5D5D5. Windows color (decimal): -2171745 or 10476766. OLE color: 10476766.

HSL color Cylindrical-coordinate representation of color #DEDC9F: hue angle of 58.1º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEDC9F is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 220 159 -
CMYK 0 0.01 0.28 0.13
HSL 58.1º 0.49% 0.75% -
HSV(B) 58.1º 0.28% 0.87% -
XYZ 61.98 69.22 42.9 -
YUV 213.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 222 220 159 0 0.01 0.28 0.13 58.1 0.49 0.75
Hex DE DC 9F 0 1 1C D 3A 31 4B
Octal 336 334 237 0 1 34 15 72 61 113
Binary 11011110 11011100 10011111 0 1 11100 1101 111010 110001 1001011

Color Harmonies of #DEDC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDC9F

Black with #DEDC9F

Text Example


Text Example

White with #DEDC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDC9F; }

 p { color: rgb(222,220,159); }

 H1.HeaderClassName
 {
   color: #DEDC9F;
 }
 .AnyTagClassName
 {
   color: #DEDC9F;
 }
</style>

background-color css

<style>
 a { background-color: #DEDC9F; }

 a { background-color: rgb(222,220,159); }

 div.DivClassName
 {
   background-color: #DEDC9F;
 }
 .BgClassName
 {
   background-color: #DEDC9F;
 }
</style>

border-color css

<style>
 span { border-color: #DEDC9F; }

 span { border-color: rgb(222,220,159); }

 td.TdClassName
 {
   border-color: #DEDC9F;
 }
 .TagClassName
 {
   border-color: #DEDC9F;
 }
</style>