Html Css Color HEX #DDDCA9 Mint Julep

📋 copy color: '#DDDCA9'

red 221 ◦ green 220 ◦ blue 169

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

Shades of Mint Julep #DDDCA9

Tints of Mint Julep #DDDCA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.7%

R = 36.23%
G = 36.07%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDDCA9 (or 0xDDDCA9) is known color: Mint Julep. HEX triplet: DD, DC and A9. RGB value is (221,220,169). Sum of RGB (Red+Green+Blue) = 221+220+169=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCA9 is #222356. Grayscale: #D6D6D6. Windows color (decimal): -2237271 or 11132125. OLE color: 11132125.

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

Color convert

RGB 221 220 169 -
CMYK 0 0.00 0.24 0.13
HSL 58.85º 0.43% 0.76% -
HSV(B) 58.85º 0.24% 0.87% -
XYZ 62.57 69.42 47.64 -
YUV 214.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 221 220 169 0 0.00 0.24 0.13 58.85 0.43 0.76
Hex DD DC A9 0 0 18 D 3B 2B 4C
Octal 335 334 251 0 0 30 15 73 53 114
Binary 11011101 11011100 10101001 0 0 11000 1101 111011 101011 1001100

Color Harmonies of #DDDCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDCA9

Black with #DDDCA9

Text Example


Text Example

White with #DDDCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDCA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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