Html Css Color HEX #DDDB9E Mint Julep

📋 copy color: '#DDDB9E'

red 221 ◦ green 219 ◦ blue 158

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

Shades of Mint Julep #DDDB9E

Tints of Mint Julep #DDDB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.42%

R = 36.96%
G = 36.62%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDDB9E (or 0xDDDB9E) is known color: Mint Julep. HEX triplet: DD, DB and 9E. RGB value is (221,219,158). Sum of RGB (Red+Green+Blue) = 221+219+158=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 158 (62.11% from 255 or 26.42% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB9E is #222461. Grayscale: #D4D4D4. Windows color (decimal): -2237538 or 10410973. OLE color: 10410973.

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

Color convert

RGB 221 219 158 -
CMYK 0 0.01 0.29 0.13
HSL 58.1º 0.48% 0.74% -
HSV(B) 58.1º 0.29% 0.87% -
XYZ 61.32 68.5 42.34 -
YUV 212.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 221 219 158 0 0.01 0.29 0.13 58.1 0.48 0.74
Hex DD DB 9E 0 1 1D D 3A 30 4A
Octal 335 333 236 0 1 35 15 72 60 112
Binary 11011101 11011011 10011110 0 1 11101 1101 111010 110000 1001010

Color Harmonies of #DDDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB9E

Black with #DDDB9E

Text Example


Text Example

White with #DDDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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