Html Css Color HEX #DDD4A0 Mint Julep

📋 copy color: '#DDD4A0'

red 221 ◦ green 212 ◦ blue 160

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

Shades of Mint Julep #DDD4A0

Tints of Mint Julep #DDD4A0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.75%

 BLUE value IS 160 (62.89% from 255) = 26.98%

R = 37.27%
G = 35.75%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDD4A0 (or 0xDDD4A0) is known color: Mint Julep. HEX triplet: DD, D4 and A0. RGB value is (221,212,160). Sum of RGB (Red+Green+Blue) = 221+212+160=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD4A0 is #222B5F. Grayscale: #D0D0D0. Windows color (decimal): -2239328 or 10540253. OLE color: 10540253.

HSL color Cylindrical-coordinate representation of color #DDD4A0: hue angle of 51.15º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDD4A0 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 212 160 -
CMYK 0 0.04 0.28 0.13
HSL 51.15º 0.47% 0.75% -
HSV(B) 51.15º 0.28% 0.87% -
XYZ 59.71 65 42.66 -
YUV 208.76 100.48 136.73 -
System Red Green Blue C M Y K H S L
Decimal 221 212 160 0 0.04 0.28 0.13 51.15 0.47 0.75
Hex DD D4 A0 0 4 1C D 33 2F 4B
Octal 335 324 240 0 4 34 15 63 57 113
Binary 11011101 11010100 10100000 0 100 11100 1101 110011 101111 1001011

Color Harmonies of #DDD4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD4A0

Black with #DDD4A0

Text Example


Text Example

White with #DDD4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD4A0; }

 p { color: rgb(221,212,160); }

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

background-color css

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

 a { background-color: rgb(221,212,160); }

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

border-color css

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

 span { border-color: rgb(221,212,160); }

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