Html Css Color HEX #DDDCA1 Mint Julep

📋 copy color: '#DDDCA1'

red 221 ◦ green 220 ◦ blue 161

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

Shades of Mint Julep #DDDCA1

Tints of Mint Julep #DDDCA1

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 221 220 161 -
CMYK 0 0.00 0.27 0.13
HSL 59º 0.47% 0.75% -
HSV(B) 59º 0.27% 0.87% -
XYZ 61.85 69.13 43.8 -
YUV 213.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 221 220 161 0 0.00 0.27 0.13 59 0.47 0.75
Hex DD DC A1 0 0 1B D 3B 2F 4B
Octal 335 334 241 0 0 33 15 73 57 113
Binary 11011101 11011100 10100001 0 0 11011 1101 111011 101111 1001011

Color Harmonies of #DDDCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCA1

Black with #DDDCA1

Text Example


Text Example

White with #DDDCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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