#DFD69A

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

Shades of Mint Julep #DFD69A

Tints of Mint Julep #DFD69A

Color information

#DFD69A (or 0xDFD69A) is unknown color: approx Mint Julep. HEX triplet: DF, D6 and 9A. RGB value is (223,214,154). Sum of RGB (Red+Green+Blue) = 223+214+154=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 154 (60.55% from 255 or 26.06% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD69A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD69A is #202965. Grayscale: #D2D2D2. Windows color (decimal): -2107750 or 10147551. OLE color: 10147551.

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

Color convert

RGB223214154-
CMYK00.040.310.13
HSL52.17º51.88%73.92%-
HSV(B)52.17º30.94%87.45%-
XYZ60.3166.1140.15-
YUV209.8596.48137.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.73%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 154 (60.55% from 255) = 26.06%
R=37.73%
G=36.21%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321415400.040.310.1352.1751.8873.92
HexDFD69A041FD34344a
Octal3373262320437156464112
Binary11011111110101101001101001001111111011101001101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD69A; }

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

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

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

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

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

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

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

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