Html Css Color HEX #DEDA9F Mint Julep

📋 copy color: '#DEDA9F'

red 222 ◦ green 218 ◦ blue 159

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

Shades of Mint Julep #DEDA9F

Tints of Mint Julep #DEDA9F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.39%

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

R = 37.06%
G = 36.39%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DEDA9F (or 0xDEDA9F) is known color: Mint Julep. HEX triplet: DE, DA and 9F. RGB value is (222,218,159). Sum of RGB (Red+Green+Blue) = 222+218+159=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA9F is #212560. Grayscale: #D4D4D4. Windows color (decimal): -2172257 or 10476254. OLE color: 10476254.

HSL color Cylindrical-coordinate representation of color #DEDA9F: hue angle of 56.19º 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 #DEDA9F is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 218 159 -
CMYK 0 0.02 0.28 0.13
HSL 56.19º 0.49% 0.75% -
HSV(B) 56.19º 0.28% 0.87% -
XYZ 61.45 68.18 42.72 -
YUV 212.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 222 218 159 0 0.02 0.28 0.13 56.19 0.49 0.75
Hex DE DA 9F 0 2 1C D 38 31 4B
Octal 336 332 237 0 2 34 15 70 61 113
Binary 11011110 11011010 10011111 0 10 11100 1101 111000 110001 1001011

Color Harmonies of #DEDA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDA9F

Black with #DEDA9F

Text Example


Text Example

White with #DEDA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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