Html Css Color HEX #DDDBA3 Mint Julep

📋 copy color: '#DDDBA3'

red 221 ◦ green 219 ◦ blue 163

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

Shades of Mint Julep #DDDBA3

Tints of Mint Julep #DDDBA3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.32%

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

R = 36.65%
G = 36.32%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DDDBA3 (or 0xDDDBA3) is known color: Mint Julep. HEX triplet: DD, DB and A3. RGB value is (221,219,163). Sum of RGB (Red+Green+Blue) = 221+219+163=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA3 is #22245C. Grayscale: #D5D5D5. Windows color (decimal): -2237533 or 10738653. OLE color: 10738653.

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

Color convert

RGB 221 219 163 -
CMYK 0 0.01 0.26 0.13
HSL 57.93º 0.46% 0.75% -
HSV(B) 57.93º 0.26% 0.87% -
XYZ 61.76 68.68 44.65 -
YUV 213.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 221 219 163 0 0.01 0.26 0.13 57.93 0.46 0.75
Hex DD DB A3 0 1 1A D 3A 2E 4B
Octal 335 333 243 0 1 32 15 72 56 113
Binary 11011101 11011011 10100011 0 1 11010 1101 111010 101110 1001011

Color Harmonies of #DDDBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDBA3

Black with #DDDBA3

Text Example


Text Example

White with #DDDBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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