#DAD4A1

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

Shades of Mint Julep #DAD4A1

Tints of Mint Julep #DAD4A1

Color information

#DAD4A1 (or 0xDAD4A1) is unknown color: approx Mint Julep. HEX triplet: DA, D4 and A1. RGB value is (218,212,161). Sum of RGB (Red+Green+Blue) = 218+212+161=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 212 (83.20% from 255 or 35.87% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD4A1 is #252B5E. Grayscale: #D0D0D0. Windows color (decimal): -2435935 or 10605786. OLE color: 10605786.

HSL color Cylindrical-coordinate representation of color #DAD4A1: hue angle of 53.68º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAD4A1 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB218212161-
CMYK00.030.260.15
HSL53.68º43.51%74.31%-
HSV(B)53.68º26.15%85.49%-
XYZ58.8964.5743.08-
YUV207.98101.49135.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.89%
GREEN value IS 212 (83.20% from 255) = 35.87%
BLUE value IS 161 (63.28% from 255) = 27.24%
R=36.89%
G=35.87%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821216100.030.260.1553.6843.5174.31
HexDAD4A1031AF362c4a
Octal3323242410332176654112
Binary1101101011010100101000010111101011111101101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4A1; }

 p { color: rgb(218,212,161); }

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

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

 a { background-color: rgb(218,212,161); }

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

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

 span { border-color: rgb(218,212,161); }

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