Html Css Color HEX #DDD69D Mint Julep

📋 copy color: '#DDD69D'

red 221 ◦ green 214 ◦ blue 157

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

Shades of Mint Julep #DDD69D

Tints of Mint Julep #DDD69D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.15%

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

R = 37.33%
G = 36.15%
B = 26.52%

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

#DDD69D (or 0xDDD69D) is known color: Mint Julep. HEX triplet: DD, D6 and 9D. RGB value is (221,214,157). Sum of RGB (Red+Green+Blue) = 221+214+157=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 157 (61.72% from 255 or 26.52% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD69D is #222962. Grayscale: #D1D1D1. Windows color (decimal): -2238819 or 10344157. OLE color: 10344157.

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

Color convert

RGB 221 214 157 -
CMYK 0 0.03 0.29 0.13
HSL 53.44º 0.48% 0.74% -
HSV(B) 53.44º 0.29% 0.87% -
XYZ 59.95 65.9 41.46 -
YUV 209.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 221 214 157 0 0.03 0.29 0.13 53.44 0.48 0.74
Hex DD D6 9D 0 3 1D D 35 30 4A
Octal 335 326 235 0 3 35 15 65 60 112
Binary 11011101 11010110 10011101 0 11 11101 1101 110101 110000 1001010

Color Harmonies of #DDD69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD69D

Black with #DDD69D

Text Example


Text Example

White with #DDD69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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