Html Css Color HEX #DFDDA1 Mint Julep

📋 copy color: '#DFDDA1'

red 223 ◦ green 221 ◦ blue 161

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

Shades of Mint Julep #DFDDA1

Tints of Mint Julep #DFDDA1

RGB

 RED value IS 223 (87.5% from 255) = 36.86%

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

 BLUE value IS 161 (63.28% from 255) = 26.61%

R = 36.86%
G = 36.53%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DFDDA1 (or 0xDFDDA1) is known color: Mint Julep. HEX triplet: DF, DD and A1. RGB value is (223,221,161). Sum of RGB (Red+Green+Blue) = 223+221+161=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 161 (63.28% from 255 or 26.61% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDA1 is #20225E. Grayscale: #D6D6D6. Windows color (decimal): -2105951 or 10608095. OLE color: 10608095.

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

Color convert

RGB 223 221 161 -
CMYK 0 0.01 0.28 0.13
HSL 58.06º 0.49% 0.75% -
HSV(B) 58.06º 0.28% 0.87% -
XYZ 62.72 69.97 43.92 -
YUV 214.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 223 221 161 0 0.01 0.28 0.13 58.06 0.49 0.75
Hex DF DD A1 0 1 1C D 3A 31 4B
Octal 337 335 241 0 1 34 15 72 61 113
Binary 11011111 11011101 10100001 0 1 11100 1101 111010 110001 1001011

Color Harmonies of #DFDDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDDA1

Black with #DFDDA1

Text Example


Text Example

White with #DFDDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDDA1; }

 p { color: rgb(223,221,161); }

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

background-color css

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

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

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

border-color css

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

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

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