Html Css Color HEX #DDDBA0 Mint Julep

📋 copy color: '#DDDBA0'

red 221 ◦ green 219 ◦ blue 160

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

Shades of Mint Julep #DDDBA0

Tints of Mint Julep #DDDBA0

RGB

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

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

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

R = 36.83%
G = 36.5%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDDBA0 (or 0xDDDBA0) is known color: Mint Julep. HEX triplet: DD, DB and A0. RGB value is (221,219,160). Sum of RGB (Red+Green+Blue) = 221+219+160=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA0 is #22245F. Grayscale: #D5D5D5. Windows color (decimal): -2237536 or 10542045. OLE color: 10542045.

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

Color convert

RGB 221 219 160 -
CMYK 0 0.01 0.28 0.13
HSL 58.03º 0.47% 0.75% -
HSV(B) 58.03º 0.28% 0.87% -
XYZ 61.5 68.57 43.25 -
YUV 212.87 98.16 133.8 -
System Red Green Blue C M Y K H S L
Decimal 221 219 160 0 0.01 0.28 0.13 58.03 0.47 0.75
Hex DD DB A0 0 1 1C D 3A 2F 4B
Octal 335 333 240 0 1 34 15 72 57 113
Binary 11011101 11011011 10100000 0 1 11100 1101 111010 101111 1001011

Color Harmonies of #DDDBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBA0

Black with #DDDBA0

Text Example


Text Example

White with #DDDBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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