Html Css Color HEX #DDD79B Mint Julep

📋 copy color: '#DDD79B'

red 221 ◦ green 215 ◦ blue 155

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

Shades of Mint Julep #DDD79B

Tints of Mint Julep #DDD79B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.23%

R = 37.39%
G = 36.38%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DDD79B (or 0xDDD79B) is known color: Mint Julep. HEX triplet: DD, D7 and 9B. RGB value is (221,215,155). Sum of RGB (Red+Green+Blue) = 221+215+155=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 155 (60.94% from 255 or 26.23% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD79B is #222864. Grayscale: #D2D2D2. Windows color (decimal): -2238565 or 10213341. OLE color: 10213341.

HSL color Cylindrical-coordinate representation of color #DDD79B: hue angle of 54.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDD79B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 155 -
CMYK 0 0.03 0.30 0.13
HSL 54.55º 0.49% 0.74% -
HSV(B) 54.55º 0.3% 0.87% -
XYZ 60.04 66.34 40.65 -
YUV 209.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 221 215 155 0 0.03 0.30 0.13 54.55 0.49 0.74
Hex DD D7 9B 0 3 1E D 37 31 4A
Octal 335 327 233 0 3 36 15 67 61 112
Binary 11011101 11010111 10011011 0 11 11110 1101 110111 110001 1001010

Color Harmonies of #DDD79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD79B

Black with #DDD79B

Text Example


Text Example

White with #DDD79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD79B; }

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

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

background-color css

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

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

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

border-color css

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

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

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