Html Css Color HEX #DDD6A6 Mint Julep

📋 copy color: '#DDD6A6'

red 221 ◦ green 214 ◦ blue 166

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

Shades of Mint Julep #DDD6A6

Tints of Mint Julep #DDD6A6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.61%

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

R = 36.77%
G = 35.61%
B = 27.62%

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

#DDD6A6 (or 0xDDD6A6) is known color: Mint Julep. HEX triplet: DD, D6 and A6. RGB value is (221,214,166). Sum of RGB (Red+Green+Blue) = 221+214+166=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 166 (65.23% from 255 or 27.62% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD6A6 is #222959. Grayscale: #D2D2D2. Windows color (decimal): -2238810 or 10933981. OLE color: 10933981.

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

Color convert

RGB 221 214 166 -
CMYK 0 0.03 0.25 0.13
HSL 52.36º 0.45% 0.76% -
HSV(B) 52.36º 0.25% 0.87% -
XYZ 60.75 66.22 45.66 -
YUV 210.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 221 214 166 0 0.03 0.25 0.13 52.36 0.45 0.76
Hex DD D6 A6 0 3 19 D 34 2D 4C
Octal 335 326 246 0 3 31 15 64 55 114
Binary 11011101 11010110 10100110 0 11 11001 1101 110100 101101 1001100

Color Harmonies of #DDD6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD6A6

Black with #DDD6A6

Text Example


Text Example

White with #DDD6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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