Html Css Color HEX #DDDC9E Mint Julep

📋 copy color: '#DDDC9E'

red 221 ◦ green 220 ◦ blue 158

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

Shades of Mint Julep #DDDC9E

Tints of Mint Julep #DDDC9E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.73%

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

R = 36.89%
G = 36.73%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDDC9E (or 0xDDDC9E) is known color: Mint Julep. HEX triplet: DD, DC and 9E. RGB value is (221,220,158). Sum of RGB (Red+Green+Blue) = 221+220+158=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 158 (62.11% from 255 or 26.38% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC9E is #222361. Grayscale: #D5D5D5. Windows color (decimal): -2237282 or 10411229. OLE color: 10411229.

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

Color convert

RGB 221 220 158 -
CMYK 0 0.00 0.29 0.13
HSL 59.05º 0.48% 0.74% -
HSV(B) 59.05º 0.29% 0.87% -
XYZ 61.58 69.03 42.43 -
YUV 213.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 221 220 158 0 0.00 0.29 0.13 59.05 0.48 0.74
Hex DD DC 9E 0 0 1D D 3B 30 4A
Octal 335 334 236 0 0 35 15 73 60 112
Binary 11011101 11011100 10011110 0 0 11101 1101 111011 110000 1001010

Color Harmonies of #DDDC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC9E

Black with #DDDC9E

Text Example


Text Example

White with #DDDC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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