#DFDD9D

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

Shades of Mint Julep #DFDD9D

Tints of Mint Julep #DFDD9D

Color information

#DFDD9D (or 0xDFDD9D) is unknown color: approx Mint Julep. HEX triplet: DF, DD and 9D. RGB value is (223,221,157). Sum of RGB (Red+Green+Blue) = 223+221+157=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDD9D is #202262. Grayscale: #D6D6D6. Windows color (decimal): -2105955 or 10345951. OLE color: 10345951.

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

Color convert

RGB223221157-
CMYK00.010.300.13
HSL58.18º50.77%74.51%-
HSV(B)58.18º29.6%87.45%-
XYZ62.3769.8442.09-
YUV214.395.66134.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 157 (61.72% from 255) = 26.12%
R=37.10%
G=36.77%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322115700.010.300.1358.1850.7774.51
HexDFDD9D011ED3a334b
Octal3373352350136157263113
Binary110111111101110110011101011111011011110101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDD9D; }

 p { color: rgb(223,221,157); }

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

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

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

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

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

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

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