Html Css Color HEX #DDD49F Mint Julep

📋 copy color: '#DDD49F'

red 221 ◦ green 212 ◦ blue 159

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

Shades of Mint Julep #DDD49F

Tints of Mint Julep #DDD49F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.81%

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

R = 37.33%
G = 35.81%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDD49F (or 0xDDD49F) is known color: Mint Julep. HEX triplet: DD, D4 and 9F. RGB value is (221,212,159). Sum of RGB (Red+Green+Blue) = 221+212+159=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 212 (83.20% from 255 or 35.81% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD49F is #222B60. Grayscale: #D0D0D0. Windows color (decimal): -2239329 or 10474717. OLE color: 10474717.

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

Color convert

RGB 221 212 159 -
CMYK 0 0.04 0.28 0.13
HSL 51.29º 0.48% 0.75% -
HSV(B) 51.29º 0.28% 0.87% -
XYZ 59.62 64.96 42.2 -
YUV 208.65 99.98 136.81 -
System Red Green Blue C M Y K H S L
Decimal 221 212 159 0 0.04 0.28 0.13 51.29 0.48 0.75
Hex DD D4 9F 0 4 1C D 33 30 4B
Octal 335 324 237 0 4 34 15 63 60 113
Binary 11011101 11010100 10011111 0 100 11100 1101 110011 110000 1001011

Color Harmonies of #DDD49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD49F

Black with #DDD49F

Text Example


Text Example

White with #DDD49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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