Html Css Color HEX #DDD7AD Mint Julep

📋 copy color: '#DDD7AD'

red 221 ◦ green 215 ◦ blue 173

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

Shades of Mint Julep #DDD7AD

Tints of Mint Julep #DDD7AD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.3%

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

R = 36.29%
G = 35.3%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDD7AD (or 0xDDD7AD) is known color: Mint Julep. HEX triplet: DD, D7 and AD. RGB value is (221,215,173). Sum of RGB (Red+Green+Blue) = 221+215+173=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 173 (67.97% from 255 or 28.41% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD7AD is #222852. Grayscale: #D4D4D4. Windows color (decimal): -2238547 or 11392989. OLE color: 11392989.

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

Color convert

RGB 221 215 173 -
CMYK 0 0.03 0.22 0.13
HSL 52.5º 0.41% 0.77% -
HSV(B) 52.5º 0.22% 0.87% -
XYZ 61.66 66.99 49.22 -
YUV 212.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 221 215 173 0 0.03 0.22 0.13 52.5 0.41 0.77
Hex DD D7 AD 0 3 16 D 34 29 4D
Octal 335 327 255 0 3 26 15 64 51 115
Binary 11011101 11010111 10101101 0 11 10110 1101 110100 101001 1001101

Color Harmonies of #DDD7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7AD

Black with #DDD7AD

Text Example


Text Example

White with #DDD7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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