Html Css Color HEX #DDD7AB Mint Julep

📋 copy color: '#DDD7AB'

red 221 ◦ green 215 ◦ blue 171

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

Shades of Mint Julep #DDD7AB

Tints of Mint Julep #DDD7AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.17%

R = 36.41%
G = 35.42%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDD7AB (or 0xDDD7AB) is known color: Mint Julep. HEX triplet: DD, D7 and AB. RGB value is (221,215,171). Sum of RGB (Red+Green+Blue) = 221+215+171=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD7AB is #222854. Grayscale: #D3D3D3. Windows color (decimal): -2238549 or 11261917. OLE color: 11261917.

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

Color convert

RGB 221 215 171 -
CMYK 0 0.03 0.23 0.13
HSL 52.8º 0.42% 0.77% -
HSV(B) 52.8º 0.23% 0.87% -
XYZ 61.47 66.91 48.2 -
YUV 211.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 221 215 171 0 0.03 0.23 0.13 52.8 0.42 0.77
Hex DD D7 AB 0 3 17 D 35 2A 4D
Octal 335 327 253 0 3 27 15 65 52 115
Binary 11011101 11010111 10101011 0 11 10111 1101 110101 101010 1001101

Color Harmonies of #DDD7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7AB

Black with #DDD7AB

Text Example


Text Example

White with #DDD7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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