Html Css Color HEX #DFDFA0 Mint Julep

📋 copy color: '#DFDFA0'

red 223 ◦ green 223 ◦ blue 160

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

Shades of Mint Julep #DFDFA0

Tints of Mint Julep #DFDFA0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.8%

 BLUE value IS 160 (62.89% from 255) = 26.4%

R = 36.8%
G = 36.8%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DFDFA0 (or 0xDFDFA0) is known color: Mint Julep. HEX triplet: DF, DF and A0. RGB value is (223,223,160). Sum of RGB (Red+Green+Blue) = 223+223+160=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 160 (62.89% from 255 or 26.40% from 606); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFA0 is #20205F. Grayscale: #D8D8D8. Windows color (decimal): -2105440 or 10543071. OLE color: 10543071.

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

Color convert

RGB 223 223 160 -
CMYK 0 0 0.28 0.13
HSL 60º 0.5% 0.75% -
HSV(B) 60º 0.28% 0.87% -
XYZ 63.16 71 43.63 -
YUV 215.82 96.5 133.12 -
System Red Green Blue C M Y K H S L
Decimal 223 223 160 0 0 0.28 0.13 60 0.5 0.75
Hex DF DF A0 0 0 1C D 3C 32 4B
Octal 337 337 240 0 0 34 15 74 62 113
Binary 11011111 11011111 10100000 0 0 11100 1101 111100 110010 1001011

Color Harmonies of #DFDFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDFA0

Black with #DFDFA0

Text Example


Text Example

White with #DFDFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDFA0; }

 p { color: rgb(223,223,160); }

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

background-color css

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

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

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

border-color css

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

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

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