#DFD69C

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

Shades of Mint Julep #DFD69C

Tints of Mint Julep #DFD69C

Color information

#DFD69C (or 0xDFD69C) is unknown color: approx Mint Julep. HEX triplet: DF, D6 and 9C. RGB value is (223,214,156). Sum of RGB (Red+Green+Blue) = 223+214+156=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 156 (61.33% from 255 or 26.31% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD69C is #202963. Grayscale: #D2D2D2. Windows color (decimal): -2107748 or 10278623. OLE color: 10278623.

HSL color Cylindrical-coordinate representation of color #DFD69C: hue angle of 51.94º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFD69C is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223214156-
CMYK00.040.300.13
HSL51.94º51.15%74.31%-
HSV(B)51.94º30.04%87.45%-
XYZ60.4866.1841.04-
YUV210.0897.48137.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.61%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 156 (61.33% from 255) = 26.31%
R=37.61%
G=36.09%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321415600.040.300.1351.9451.1574.31
HexDFD69C041ED34334a
Octal3373262340436156463112
Binary11011111110101101001110001001111011011101001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD69C; }

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

 H1.HeaderClassName
 {
   color: #DFD69C;
 }
 .AnyTagClassName
 {
   color: #DFD69C;
 }
</style>
background-color css

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

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

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

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

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

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