Html Css Color HEX #DDD59E Mint Julep

📋 copy color: '#DDD59E'

red 221 ◦ green 213 ◦ blue 158

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

Shades of Mint Julep #DDD59E

Tints of Mint Julep #DDD59E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.98%

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

R = 37.33%
G = 35.98%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDD59E (or 0xDDD59E) is known color: Mint Julep. HEX triplet: DD, D5 and 9E. RGB value is (221,213,158). Sum of RGB (Red+Green+Blue) = 221+213+158=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 158 (62.11% from 255 or 26.69% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD59E is #222A61. Grayscale: #D1D1D1. Windows color (decimal): -2239074 or 10409437. OLE color: 10409437.

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

Color convert

RGB 221 213 158 -
CMYK 0 0.04 0.29 0.13
HSL 52.38º 0.48% 0.74% -
HSV(B) 52.38º 0.29% 0.87% -
XYZ 59.78 65.43 41.83 -
YUV 209.12 99.15 136.47 -
System Red Green Blue C M Y K H S L
Decimal 221 213 158 0 0.04 0.29 0.13 52.38 0.48 0.74
Hex DD D5 9E 0 4 1D D 34 30 4A
Octal 335 325 236 0 4 35 15 64 60 112
Binary 11011101 11010101 10011110 0 100 11101 1101 110100 110000 1001010

Color Harmonies of #DDD59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD59E

Black with #DDD59E

Text Example


Text Example

White with #DDD59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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