Html Css Color HEX #DDDBA4 Mint Julep

📋 copy color: '#DDDBA4'

red 221 ◦ green 219 ◦ blue 164

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

Shades of Mint Julep #DDDBA4

Tints of Mint Julep #DDDBA4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.26%

 BLUE value IS 164 (64.45% from 255) = 27.15%

R = 36.59%
G = 36.26%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DDDBA4 (or 0xDDDBA4) is known color: Mint Julep. HEX triplet: DD, DB and A4. RGB value is (221,219,164). Sum of RGB (Red+Green+Blue) = 221+219+164=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA4 is #22245B. Grayscale: #D5D5D5. Windows color (decimal): -2237532 or 10804189. OLE color: 10804189.

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

Color convert

RGB 221 219 164 -
CMYK 0 0.01 0.26 0.13
HSL 57.89º 0.46% 0.75% -
HSV(B) 57.89º 0.26% 0.87% -
XYZ 61.85 68.72 45.13 -
YUV 213.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 221 219 164 0 0.01 0.26 0.13 57.89 0.46 0.75
Hex DD DB A4 0 1 1A D 3A 2E 4B
Octal 335 333 244 0 1 32 15 72 56 113
Binary 11011101 11011011 10100100 0 1 11010 1101 111010 101110 1001011

Color Harmonies of #DDDBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBA4

Black with #DDDBA4

Text Example


Text Example

White with #DDDBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBA4; }

 p { color: rgb(221,219,164); }

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

background-color css

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

 a { background-color: rgb(221,219,164); }

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

border-color css

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

 span { border-color: rgb(221,219,164); }

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