#DFDFA0

Color #DFDFA0 Mint Julep (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mint Julep #DFDFA0

Tints of Mint Julep #DFDFA0

Color information

#DFDFA0 (or 0xDFDFA0) is unknown color: approx 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

RGB223223160-
CMYK000.280.13
HSL60º49.61%75.1%-
HSV(B)60º28.25%87.45%-
XYZ63.167143.63-
YUV215.8296.5133.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.80%
GREEN value IS 223 (87.5% from 255) = 36.80%
BLUE value IS 160 (62.89% from 255) = 26.40%
R=36.80%
G=36.80%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223160000.280.136049.6175.1
HexDFDFA0001CD3c324b
Octal3373372400034157462113
Binary110111111101111110100000001110011011111001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>