#DCD4AF

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

Shades of Mint Julep #DCD4AF

Tints of Mint Julep #DCD4AF

Color information

#DCD4AF (or 0xDCD4AF) is unknown color: approx Mint Julep. HEX triplet: DC, D4 and AF. RGB value is (220,212,175). Sum of RGB (Red+Green+Blue) = 220+212+175=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 175 (68.75% from 255 or 28.83% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD4AF is #232B50. Grayscale: #D2D2D2. Windows color (decimal): -2304849 or 11523292. OLE color: 11523292.

HSL color Cylindrical-coordinate representation of color #DCD4AF: hue angle of 49.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCD4AF is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220212175-
CMYK00.040.200.14
HSL49.33º39.13%77.45%-
HSV(B)49.33º20.45%86.27%-
XYZ60.865.449.98-
YUV210.17108.15135.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 212 (83.20% from 255) = 34.93%
BLUE value IS 175 (68.75% from 255) = 28.83%
R=36.24%
G=34.93%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021217500.040.200.1449.3339.1377.45
HexDCD4AF0414E31274d
Octal3343242570424166147115
Binary11011100110101001010111101001010011101100011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4AF; }

 p { color: rgb(220,212,175); }

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

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

 a { background-color: rgb(220,212,175); }

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

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

 span { border-color: rgb(220,212,175); }

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