#DADA9C

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

Shades of Mint Julep #DADA9C

Tints of Mint Julep #DADA9C

Color information

#DADA9C (or 0xDADA9C) is unknown color: approx Mint Julep. HEX triplet: DA, DA and 9C. RGB value is (218,218,156). Sum of RGB (Red+Green+Blue) = 218+218+156=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA9C is #252563. Grayscale: #D3D3D3. Windows color (decimal): -2434404 or 10279642. OLE color: 10279642.

HSL color Cylindrical-coordinate representation of color #DADA9C: hue angle of 60º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DADA9C is Cyan = 0, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218218156-
CMYK000.280.15
HSL60º45.59%73.33%-
HSV(B)60º28.44%85.49%-
XYZ59.9967.4541.31-
YUV210.9397133.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 156 (61.33% from 255) = 26.35%
R=36.82%
G=36.82%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218218156000.280.156045.5973.33
HexDADA9C001CF3c2e49
Octal3323322340034177456111
Binary110110101101101010011100001110011111111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADA9C; }

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

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

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

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

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

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

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

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