Html Css Color HEX #DDD7A9 Mint Julep

📋 copy color: '#DDD7A9'

red 221 ◦ green 215 ◦ blue 169

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

Shades of Mint Julep #DDD7A9

Tints of Mint Julep #DDD7A9

RGB

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

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

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

R = 36.53%
G = 35.54%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDD7A9 (or 0xDDD7A9) is known color: Mint Julep. HEX triplet: DD, D7 and A9. RGB value is (221,215,169). Sum of RGB (Red+Green+Blue) = 221+215+169=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 169 (66.41% from 255 or 27.93% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD7A9 is #222856. Grayscale: #D3D3D3. Windows color (decimal): -2238551 or 11130845. OLE color: 11130845.

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

Color convert

RGB 221 215 169 -
CMYK 0 0.03 0.24 0.13
HSL 53.08º 0.43% 0.76% -
HSV(B) 53.08º 0.24% 0.87% -
XYZ 61.28 66.84 47.21 -
YUV 211.55 103.99 134.74 -
System Red Green Blue C M Y K H S L
Decimal 221 215 169 0 0.03 0.24 0.13 53.08 0.43 0.76
Hex DD D7 A9 0 3 18 D 35 2B 4C
Octal 335 327 251 0 3 30 15 65 53 114
Binary 11011101 11010111 10101001 0 11 11000 1101 110101 101011 1001100

Color Harmonies of #DDD7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7A9

Black with #DDD7A9

Text Example


Text Example

White with #DDD7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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