#DCD5AF

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

Shades of Mint Julep #DCD5AF

Tints of Mint Julep #DCD5AF

Color information

#DCD5AF (or 0xDCD5AF) is unknown color: approx Mint Julep. HEX triplet: DC, D5 and AF. RGB value is (220,213,175). Sum of RGB (Red+Green+Blue) = 220+213+175=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 213 (83.59% from 255 or 35.03% from 608); Blue value is 175 (68.75% from 255 or 28.78% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD5AF is #232A50. Grayscale: #D2D2D2. Windows color (decimal): -2304593 or 11523548. OLE color: 11523548.

HSL color Cylindrical-coordinate representation of color #DCD5AF: hue angle of 50.67º 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 #DCD5AF is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220213175-
CMYK00.030.200.14
HSL50.67º39.13%77.45%-
HSV(B)50.67º20.45%86.27%-
XYZ61.0565.950.06-
YUV210.76107.82134.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 213 (83.59% from 255) = 35.03%
BLUE value IS 175 (68.75% from 255) = 28.78%
R=36.18%
G=35.03%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021317500.030.200.1450.6739.1377.45
HexDCD5AF0314E33274d
Octal3343252570324166347115
Binary1101110011010101101011110111010011101100111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5AF; }

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

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

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

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

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

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

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

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