Html Css Color HEX #DDDBA9 Mint Julep

📋 copy color: '#DDDBA9'

red 221 ◦ green 219 ◦ blue 169

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

Shades of Mint Julep #DDDBA9

Tints of Mint Julep #DDDBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 27.75%

R = 36.29%
G = 35.96%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDDBA9 (or 0xDDDBA9) is known color: Mint Julep. HEX triplet: DD, DB and A9. RGB value is (221,219,169). Sum of RGB (Red+Green+Blue) = 221+219+169=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA9 is #222456. Grayscale: #D6D6D6. Windows color (decimal): -2237527 or 11131869. OLE color: 11131869.

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

Color convert

RGB 221 219 169 -
CMYK 0 0.01 0.24 0.13
HSL 57.69º 0.43% 0.76% -
HSV(B) 57.69º 0.24% 0.87% -
XYZ 62.31 68.9 47.55 -
YUV 213.9 102.66 133.07 -
System Red Green Blue C M Y K H S L
Decimal 221 219 169 0 0.01 0.24 0.13 57.69 0.43 0.76
Hex DD DB A9 0 1 18 D 3A 2B 4C
Octal 335 333 251 0 1 30 15 72 53 114
Binary 11011101 11011011 10101001 0 1 11000 1101 111010 101011 1001100

Color Harmonies of #DDDBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBA9

Black with #DDDBA9

Text Example


Text Example

White with #DDDBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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