Html Css Color HEX #DDD79F Mint Julep

📋 copy color: '#DDD79F'

red 221 ◦ green 215 ◦ blue 159

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

Shades of Mint Julep #DDD79F

Tints of Mint Julep #DDD79F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.13%

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

R = 37.14%
G = 36.13%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDD79F (or 0xDDD79F) is known color: Mint Julep. HEX triplet: DD, D7 and 9F. RGB value is (221,215,159). Sum of RGB (Red+Green+Blue) = 221+215+159=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 159 (62.5% from 255 or 26.72% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD79F is #222860. Grayscale: #D2D2D2. Windows color (decimal): -2238561 or 10475485. OLE color: 10475485.

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

Color convert

RGB 221 215 159 -
CMYK 0 0.03 0.28 0.13
HSL 54.19º 0.48% 0.75% -
HSV(B) 54.19º 0.28% 0.87% -
XYZ 60.38 66.48 42.45 -
YUV 210.41 98.99 135.55 -
System Red Green Blue C M Y K H S L
Decimal 221 215 159 0 0.03 0.28 0.13 54.19 0.48 0.75
Hex DD D7 9F 0 3 1C D 36 30 4B
Octal 335 327 237 0 3 34 15 66 60 113
Binary 11011101 11010111 10011111 0 11 11100 1101 110110 110000 1001011

Color Harmonies of #DDD79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD79F

Black with #DDD79F

Text Example


Text Example

White with #DDD79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD79F; }

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

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

background-color css

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

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

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

border-color css

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

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

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