#DADCA4

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

Shades of Mint Julep #DADCA4

Tints of Mint Julep #DADCA4

Color information

#DADCA4 (or 0xDADCA4) is unknown color: approx Mint Julep. HEX triplet: DA, DC and A4. RGB value is (218,220,164). Sum of RGB (Red+Green+Blue) = 218+220+164=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCA4 is #25235B. Grayscale: #D5D5D5. Windows color (decimal): -2433884 or 10804442. OLE color: 10804442.

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

Color convert

RGB218220164-
CMYK0.0100.250.14
HSL62.14º44.44%75.29%-
HSV(B)62.14º25.45%86.27%-
XYZ61.2168.7745.17-
YUV213.02100.34131.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 164 (64.45% from 255) = 27.24%
R=36.21%
G=36.54%
B=27.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201640.0100.250.1462.1444.4475.29
HexDADCA41019E3e2c4b
Octal3323342441031167654113
Binary110110101101110010100100101100111101111101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCA4; }

 p { color: rgb(218,220,164); }

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

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

 a { background-color: rgb(218,220,164); }

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

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

 span { border-color: rgb(218,220,164); }

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