Html Css Color HEX #DCDDA1 Mint Julep

📋 copy color: '#DCDDA1'

red 220 ◦ green 221 ◦ blue 161

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

Shades of Mint Julep #DCDDA1

Tints of Mint Julep #DCDDA1

RGB

 RED value IS 220 (86.33% from 255) = 36.54%

 GREEN value IS 221 (86.72% from 255) = 36.71%

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

R = 36.54%
G = 36.71%
B = 26.74%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DCDDA1 (or 0xDCDDA1) is known color: Mint Julep. HEX triplet: DC, DD and A1. RGB value is (220,221,161). Sum of RGB (Red+Green+Blue) = 220+221+161=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDA1 is #23225E. Grayscale: #D6D6D6. Windows color (decimal): -2302559 or 10608092. OLE color: 10608092.

HSL color Cylindrical-coordinate representation of color #DCDDA1: hue angle of 61º degrees, saturation: 0.47, 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 #DCDDA1 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 221 161 -
CMYK 0.00 0 0.27 0.13
HSL 61º 0.47% 0.75% -
HSV(B) 61º 0.27% 0.87% -
XYZ 61.8 69.5 43.88 -
YUV 213.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 220 221 161 0.00 0 0.27 0.13 61 0.47 0.75
Hex DC DD A1 0 0 1B D 3D 2F 4B
Octal 334 335 241 0 0 33 15 75 57 113
Binary 11011100 11011101 10100001 0 0 11011 1101 111101 101111 1001011

Color Harmonies of #DCDDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDDA1

Black with #DCDDA1

Text Example


Text Example

White with #DCDDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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