Html Css Color HEX #DEDCA1 Mint Julep

📋 copy color: '#DEDCA1'

red 222 ◦ green 220 ◦ blue 161

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

Shades of Mint Julep #DEDCA1

Tints of Mint Julep #DEDCA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.7%

R = 36.82%
G = 36.48%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DEDCA1 (or 0xDEDCA1) is known color: Mint Julep. HEX triplet: DE, DC and A1. RGB value is (222,220,161). Sum of RGB (Red+Green+Blue) = 222+220+161=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDCA1 is #21235E. Grayscale: #D6D6D6. Windows color (decimal): -2171743 or 10607838. OLE color: 10607838.

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

Color convert

RGB 222 220 161 -
CMYK 0 0.01 0.27 0.13
HSL 58.03º 0.48% 0.75% -
HSV(B) 58.03º 0.27% 0.87% -
XYZ 62.15 69.29 43.82 -
YUV 213.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 222 220 161 0 0.01 0.27 0.13 58.03 0.48 0.75
Hex DE DC A1 0 1 1B D 3A 30 4B
Octal 336 334 241 0 1 33 15 72 60 113
Binary 11011110 11011100 10100001 0 1 11011 1101 111010 110000 1001011

Color Harmonies of #DEDCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDCA1

Black with #DEDCA1

Text Example


Text Example

White with #DEDCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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