Html Css Color HEX #DDDB9F Mint Julep

📋 copy color: '#DDDB9F'

red 221 ◦ green 219 ◦ blue 159

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

Shades of Mint Julep #DDDB9F

Tints of Mint Julep #DDDB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.54%

R = 36.89%
G = 36.56%
B = 26.54%

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

#DDDB9F (or 0xDDDB9F) is known color: Mint Julep. HEX triplet: DD, DB and 9F. RGB value is (221,219,159). Sum of RGB (Red+Green+Blue) = 221+219+159=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 159 (62.5% from 255 or 26.54% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB9F is #222460. Grayscale: #D5D5D5. Windows color (decimal): -2237537 or 10476509. OLE color: 10476509.

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

Color convert

RGB 221 219 159 -
CMYK 0 0.01 0.28 0.13
HSL 58.06º 0.48% 0.75% -
HSV(B) 58.06º 0.28% 0.87% -
XYZ 61.41 68.54 42.79 -
YUV 212.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 221 219 159 0 0.01 0.28 0.13 58.06 0.48 0.75
Hex DD DB 9F 0 1 1C D 3A 30 4B
Octal 335 333 237 0 1 34 15 72 60 113
Binary 11011101 11011011 10011111 0 1 11100 1101 111010 110000 1001011

Color Harmonies of #DDDB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB9F

Black with #DDDB9F

Text Example


Text Example

White with #DDDB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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