Html Css Color HEX #DDDD9D Mint Julep

📋 copy color: '#DDDD9D'

red 221 ◦ green 221 ◦ blue 157

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

Shades of Mint Julep #DDDD9D

Tints of Mint Julep #DDDD9D

RGB

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

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

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

R = 36.89%
G = 36.89%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDDD9D (or 0xDDDD9D) is known color: Mint Julep. HEX triplet: DD, DD and 9D. RGB value is (221,221,157). Sum of RGB (Red+Green+Blue) = 221+221+157=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 157 (61.72% from 255 or 26.21% from 599); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD9D is #222262. Grayscale: #D5D5D5. Windows color (decimal): -2237027 or 10345949. OLE color: 10345949.

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

Color convert

RGB 221 221 157 -
CMYK 0 0 0.29 0.13
HSL 60º 0.48% 0.74% -
HSV(B) 60º 0.29% 0.87% -
XYZ 61.76 69.52 42.06 -
YUV 213.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 221 221 157 0 0 0.29 0.13 60 0.48 0.74
Hex DD DD 9D 0 0 1D D 3C 30 4A
Octal 335 335 235 0 0 35 15 74 60 112
Binary 11011101 11011101 10011101 0 0 11101 1101 111100 110000 1001010

Color Harmonies of #DDDD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD9D

Black with #DDDD9D

Text Example


Text Example

White with #DDDD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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