Html Css Color HEX #DFD6AA Mint Julep

📋 copy color: '#DFD6AA'

red 223 ◦ green 214 ◦ blue 170

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

Shades of Mint Julep #DFD6AA

Tints of Mint Julep #DFD6AA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.26%

 BLUE value IS 170 (66.8% from 255) = 28.01%

R = 36.74%
G = 35.26%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DFD6AA (or 0xDFD6AA) is known color: Mint Julep. HEX triplet: DF, D6 and AA. RGB value is (223,214,170). Sum of RGB (Red+Green+Blue) = 223+214+170=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD6AA is #202955. Grayscale: #D3D3D3. Windows color (decimal): -2107734 or 11196127. OLE color: 11196127.

HSL color Cylindrical-coordinate representation of color #DFD6AA: hue angle of 49.81º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFD6AA is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 214 170 -
CMYK 0 0.04 0.24 0.13
HSL 49.81º 0.45% 0.77% -
HSV(B) 49.81º 0.24% 0.87% -
XYZ 61.73 66.68 47.65 -
YUV 211.68 104.48 136.08 -
System Red Green Blue C M Y K H S L
Decimal 223 214 170 0 0.04 0.24 0.13 49.81 0.45 0.77
Hex DF D6 AA 0 4 18 D 32 2D 4D
Octal 337 326 252 0 4 30 15 62 55 115
Binary 11011111 11010110 10101010 0 100 11000 1101 110010 101101 1001101

Color Harmonies of #DFD6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD6AA

Black with #DFD6AA

Text Example


Text Example

White with #DFD6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD6AA; }

 p { color: rgb(223,214,170); }

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

background-color css

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

 a { background-color: rgb(223,214,170); }

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

border-color css

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

 span { border-color: rgb(223,214,170); }

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