Html Css Color HEX #DDD99E Mint Julep

📋 copy color: '#DDD99E'

red 221 ◦ green 217 ◦ blue 158

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

Shades of Mint Julep #DDD99E

Tints of Mint Julep #DDD99E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.41%

 BLUE value IS 158 (62.11% from 255) = 26.51%

R = 37.08%
G = 36.41%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDD99E (or 0xDDD99E) is known color: Mint Julep. HEX triplet: DD, D9 and 9E. RGB value is (221,217,158). Sum of RGB (Red+Green+Blue) = 221+217+158=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 158 (62.11% from 255 or 26.51% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD99E is #222661. Grayscale: #D3D3D3. Windows color (decimal): -2238050 or 10410461. OLE color: 10410461.

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

Color convert

RGB 221 217 158 -
CMYK 0 0.02 0.29 0.13
HSL 56.19º 0.48% 0.74% -
HSV(B) 56.19º 0.29% 0.87% -
XYZ 60.8 67.47 42.17 -
YUV 211.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 221 217 158 0 0.02 0.29 0.13 56.19 0.48 0.74
Hex DD D9 9E 0 2 1D D 38 30 4A
Octal 335 331 236 0 2 35 15 70 60 112
Binary 11011101 11011001 10011110 0 10 11101 1101 111000 110000 1001010

Color Harmonies of #DDD99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD99E

Black with #DDD99E

Text Example


Text Example

White with #DDD99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD99E; }

 p { color: rgb(221,217,158); }

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

background-color css

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

 a { background-color: rgb(221,217,158); }

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

border-color css

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

 span { border-color: rgb(221,217,158); }

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