Html Css Color HEX #DDD7A6 Mint Julep

📋 copy color: '#DDD7A6'

red 221 ◦ green 215 ◦ blue 166

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

Shades of Mint Julep #DDD7A6

Tints of Mint Julep #DDD7A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.57%

R = 36.71%
G = 35.71%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDD7A6 (or 0xDDD7A6) is known color: Mint Julep. HEX triplet: DD, D7 and A6. RGB value is (221,215,166). Sum of RGB (Red+Green+Blue) = 221+215+166=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD7A6 is #222859. Grayscale: #D3D3D3. Windows color (decimal): -2238554 or 10934237. OLE color: 10934237.

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

Color convert

RGB 221 215 166 -
CMYK 0 0.03 0.25 0.13
HSL 53.45º 0.45% 0.76% -
HSV(B) 53.45º 0.25% 0.87% -
XYZ 61 66.73 45.74 -
YUV 211.21 102.49 134.98 -
System Red Green Blue C M Y K H S L
Decimal 221 215 166 0 0.03 0.25 0.13 53.45 0.45 0.76
Hex DD D7 A6 0 3 19 D 35 2D 4C
Octal 335 327 246 0 3 31 15 65 55 114
Binary 11011101 11010111 10100110 0 11 11001 1101 110101 101101 1001100

Color Harmonies of #DDD7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7A6

Black with #DDD7A6

Text Example


Text Example

White with #DDD7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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