Html Css Color HEX #DDD79D Mint Julep

📋 copy color: '#DDD79D'

red 221 ◦ green 215 ◦ blue 157

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

Shades of Mint Julep #DDD79D

Tints of Mint Julep #DDD79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.48%

R = 37.27%
G = 36.26%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDD79D (or 0xDDD79D) is known color: Mint Julep. HEX triplet: DD, D7 and 9D. RGB value is (221,215,157). Sum of RGB (Red+Green+Blue) = 221+215+157=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD79D is #222862. Grayscale: #D2D2D2. Windows color (decimal): -2238563 or 10344413. OLE color: 10344413.

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

Color convert

RGB 221 215 157 -
CMYK 0 0.03 0.29 0.13
HSL 54.38º 0.48% 0.74% -
HSV(B) 54.38º 0.29% 0.87% -
XYZ 60.21 66.41 41.54 -
YUV 210.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 221 215 157 0 0.03 0.29 0.13 54.38 0.48 0.74
Hex DD D7 9D 0 3 1D D 36 30 4A
Octal 335 327 235 0 3 35 15 66 60 112
Binary 11011101 11010111 10011101 0 11 11101 1101 110110 110000 1001010

Color Harmonies of #DDD79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD79D

Black with #DDD79D

Text Example


Text Example

White with #DDD79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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