#DADCA1

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

Shades of Mint Julep #DADCA1

Tints of Mint Julep #DADCA1

Color information

#DADCA1 (or 0xDADCA1) is unknown color: approx Mint Julep. HEX triplet: DA, DC and A1. RGB value is (218,220,161). Sum of RGB (Red+Green+Blue) = 218+220+161=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCA1 is #25235E. Grayscale: #D4D4D4. Windows color (decimal): -2433887 or 10607834. OLE color: 10607834.

HSL color Cylindrical-coordinate representation of color #DADCA1: hue angle of 62.03º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DADCA1 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB218220161-
CMYK0.0100.270.14
HSL62.03º45.74%74.71%-
HSV(B)62.03º26.82%86.27%-
XYZ60.9468.6743.76-
YUV212.6898.84131.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 220 (86.33% from 255) = 36.73%
BLUE value IS 161 (63.28% from 255) = 26.88%
R=36.39%
G=36.73%
B=26.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201610.0100.270.1462.0345.7474.71
HexDADCA1101BE3e2e4b
Octal3323342411033167656113
Binary110110101101110010100001101101111101111101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCA1; }

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

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

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

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

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

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

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

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