Html Css Color HEX #DDDC9C Mint Julep

📋 copy color: '#DDDC9C'

red 221 ◦ green 220 ◦ blue 156

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

Shades of Mint Julep #DDDC9C

Tints of Mint Julep #DDDC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.13%

R = 37.02%
G = 36.85%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDDC9C (or 0xDDDC9C) is known color: Mint Julep. HEX triplet: DD, DC and 9C. RGB value is (221,220,156). Sum of RGB (Red+Green+Blue) = 221+220+156=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 156 (61.33% from 255 or 26.13% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC9C is #222363. Grayscale: #D5D5D5. Windows color (decimal): -2237284 or 10280157. OLE color: 10280157.

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

Color convert

RGB 221 220 156 -
CMYK 0 0.00 0.29 0.13
HSL 59.08º 0.49% 0.74% -
HSV(B) 59.08º 0.29% 0.87% -
XYZ 61.41 68.96 41.53 -
YUV 213 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 221 220 156 0 0.00 0.29 0.13 59.08 0.49 0.74
Hex DD DC 9C 0 0 1D D 3B 31 4A
Octal 335 334 234 0 0 35 15 73 61 112
Binary 11011101 11011100 10011100 0 0 11101 1101 111011 110001 1001010

Color Harmonies of #DDDC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC9C

Black with #DDDC9C

Text Example


Text Example

White with #DDDC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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