Html Css Color HEX #DDD5A9 Mint Julep

📋 copy color: '#DDD5A9'

red 221 ◦ green 213 ◦ blue 169

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

Shades of Mint Julep #DDD5A9

Tints of Mint Julep #DDD5A9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.32%

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

R = 36.65%
G = 35.32%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDD5A9 (or 0xDDD5A9) is known color: Mint Julep. HEX triplet: DD, D5 and A9. RGB value is (221,213,169). Sum of RGB (Red+Green+Blue) = 221+213+169=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 169 (66.41% from 255 or 28.03% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD5A9 is #222A56. Grayscale: #D2D2D2. Windows color (decimal): -2239063 or 11130333. OLE color: 11130333.

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

Color convert

RGB 221 213 169 -
CMYK 0 0.04 0.24 0.13
HSL 50.77º 0.43% 0.76% -
HSV(B) 50.77º 0.24% 0.87% -
XYZ 60.77 65.83 47.04 -
YUV 210.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 221 213 169 0 0.04 0.24 0.13 50.77 0.43 0.76
Hex DD D5 A9 0 4 18 D 33 2B 4C
Octal 335 325 251 0 4 30 15 63 53 114
Binary 11011101 11010101 10101001 0 100 11000 1101 110011 101011 1001100

Color Harmonies of #DDD5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5A9

Black with #DDD5A9

Text Example


Text Example

White with #DDD5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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