#DADAA3

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

Shades of Mint Julep #DADAA3

Tints of Mint Julep #DADAA3

Color information

#DADAA3 (or 0xDADAA3) is unknown color: approx Mint Julep. HEX triplet: DA, DA and A3. RGB value is (218,218,163). Sum of RGB (Red+Green+Blue) = 218+218+163=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAA3 is #25255C. Grayscale: #D3D3D3. Windows color (decimal): -2434397 or 10738394. OLE color: 10738394.

HSL color Cylindrical-coordinate representation of color #DADAA3: hue angle of 60º degrees, saturation: 0.43, 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 #DADAA3 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB218218163-
CMYK000.250.15
HSL60º42.64%74.71%-
HSV(B)60º25.23%85.49%-
XYZ60.667.6944.52-
YUV211.73100.5132.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 163 (64.06% from 255) = 27.21%
R=36.39%
G=36.39%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218163000.250.156042.6474.71
HexDADAA30019F3c2b4b
Octal3323322430031177453113
Binary110110101101101010100011001100111111111001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADAA3; }

 p { color: rgb(218,218,163); }

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

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

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

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

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

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

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