Html Css Color HEX #DDD5AD Mint Julep

📋 copy color: '#DDD5AD'

red 221 ◦ green 213 ◦ blue 173

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

Shades of Mint Julep #DDD5AD

Tints of Mint Julep #DDD5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.5%

R = 36.41%
G = 35.09%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDD5AD (or 0xDDD5AD) is known color: Mint Julep. HEX triplet: DD, D5 and AD. RGB value is (221,213,173). Sum of RGB (Red+Green+Blue) = 221+213+173=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD5AD is #222A52. Grayscale: #D2D2D2. Windows color (decimal): -2239059 or 11392477. OLE color: 11392477.

HSL color Cylindrical-coordinate representation of color #DDD5AD: hue angle of 50º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDD5AD is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 173 -
CMYK 0 0.04 0.22 0.13
HSL 50º 0.41% 0.77% -
HSV(B) 50º 0.22% 0.87% -
XYZ 61.16 65.98 49.05 -
YUV 210.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 221 213 173 0 0.04 0.22 0.13 50 0.41 0.77
Hex DD D5 AD 0 4 16 D 32 29 4D
Octal 335 325 255 0 4 26 15 62 51 115
Binary 11011101 11010101 10101101 0 100 10110 1101 110010 101001 1001101

Color Harmonies of #DDD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5AD

Black with #DDD5AD

Text Example


Text Example

White with #DDD5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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