Html Css Color HEX #DDDDA3 Mint Julep

📋 copy color: '#DDDDA3'

red 221 ◦ green 221 ◦ blue 163

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

Shades of Mint Julep #DDDDA3

Tints of Mint Julep #DDDDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.94%

R = 36.53%
G = 36.53%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DDDDA3 (or 0xDDDDA3) is known color: Mint Julep. HEX triplet: DD, DD and A3. RGB value is (221,221,163). Sum of RGB (Red+Green+Blue) = 221+221+163=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDA3 is #22225C. Grayscale: #D6D6D6. Windows color (decimal): -2237021 or 10739165. OLE color: 10739165.

HSL color Cylindrical-coordinate representation of color #DDDDA3: hue angle of 60º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDDDA3 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 163 -
CMYK 0 0 0.26 0.13
HSL 60º 0.46% 0.75% -
HSV(B) 60º 0.26% 0.87% -
XYZ 62.29 69.73 44.83 -
YUV 214.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 221 221 163 0 0 0.26 0.13 60 0.46 0.75
Hex DD DD A3 0 0 1A D 3C 2E 4B
Octal 335 335 243 0 0 32 15 74 56 113
Binary 11011101 11011101 10100011 0 0 11010 1101 111100 101110 1001011

Color Harmonies of #DDDDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDDA3

Black with #DDDDA3

Text Example


Text Example

White with #DDDDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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