#DCD7A3

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

Shades of Mint Julep #DCD7A3

Tints of Mint Julep #DCD7A3

Color information

#DCD7A3 (or 0xDCD7A3) is unknown color: approx Mint Julep. HEX triplet: DC, D7 and A3. RGB value is (220,215,163). Sum of RGB (Red+Green+Blue) = 220+215+163=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 163 (64.06% from 255 or 27.26% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD7A3 is #23285C. Grayscale: #D2D2D2. Windows color (decimal): -2304093 or 10737628. OLE color: 10737628.

HSL color Cylindrical-coordinate representation of color #DCD7A3: hue angle of 54.74º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCD7A3 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB220215163-
CMYK00.020.260.14
HSL54.74º44.88%75.1%-
HSV(B)54.74º25.91%86.27%-
XYZ60.4366.4644.29-
YUV210.57101.16134.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 215 (84.38% from 255) = 35.95%
BLUE value IS 163 (64.06% from 255) = 27.26%
R=36.79%
G=35.95%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021516300.020.260.1454.7444.8875.1
HexDCD7A3021AE372d4b
Octal3343272430232166755113
Binary1101110011010111101000110101101011101101111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7A3; }

 p { color: rgb(220,215,163); }

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

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

 a { background-color: rgb(220,215,163); }

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

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

 span { border-color: rgb(220,215,163); }

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