#DAD2A4

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

Shades of Mint Julep #DAD2A4

Tints of Mint Julep #DAD2A4

Color information

#DAD2A4 (or 0xDAD2A4) is unknown color: approx Mint Julep. HEX triplet: DA, D2 and A4. RGB value is (218,210,164). Sum of RGB (Red+Green+Blue) = 218+210+164=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 210 (82.42% from 255 or 35.47% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD2A4 is #252D5B. Grayscale: #CFCFCF. Windows color (decimal): -2436444 or 10801882. OLE color: 10801882.

HSL color Cylindrical-coordinate representation of color #DAD2A4: hue angle of 51.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAD2A4 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB218210164-
CMYK00.040.250.15
HSL51.11º42.19%74.9%-
HSV(B)51.11º24.77%85.49%-
XYZ58.6663.6844.32-
YUV207.15103.65135.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 210 (82.42% from 255) = 35.47%
BLUE value IS 164 (64.45% from 255) = 27.70%
R=36.82%
G=35.47%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821016400.040.250.1551.1142.1974.9
HexDAD2A40419F332a4b
Octal3323222440431176352113
Binary11011010110100101010010001001100111111100111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2A4; }

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

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

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

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

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

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

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

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