#DAD4AA

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

Shades of Mint Julep #DAD4AA

Tints of Mint Julep #DAD4AA

Color information

#DAD4AA (or 0xDAD4AA) is unknown color: approx Mint Julep. HEX triplet: DA, D4 and AA. RGB value is (218,212,170). Sum of RGB (Red+Green+Blue) = 218+212+170=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD4AA is #252B55. Grayscale: #D1D1D1. Windows color (decimal): -2435926 or 11195610. OLE color: 11195610.

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

Color convert

RGB218212170-
CMYK00.030.220.15
HSL52.5º39.34%76.08%-
HSV(B)52.5º22.02%85.49%-
XYZ59.7164.8947.41-
YUV209.01105.99134.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 212 (83.20% from 255) = 35.33%
BLUE value IS 170 (66.80% from 255) = 28.33%
R=36.33%
G=35.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821217000.030.220.1552.539.3476.08
HexDAD4AA0316F34274c
Octal3323242520326176447114
Binary1101101011010100101010100111011011111101001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD4AA; }

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

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

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

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

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

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

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

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