#DADCA0

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

Shades of Mint Julep #DADCA0

Tints of Mint Julep #DADCA0

Color information

#DADCA0 (or 0xDADCA0) is unknown color: approx Mint Julep. HEX triplet: DA, DC and A0. RGB value is (218,220,160). Sum of RGB (Red+Green+Blue) = 218+220+160=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 160 (62.89% from 255 or 26.76% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCA0 is #25235F. Grayscale: #D4D4D4. Windows color (decimal): -2433888 or 10542298. OLE color: 10542298.

HSL color Cylindrical-coordinate representation of color #DADCA0: hue angle of 62º 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 #DADCA0 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB218220160-
CMYK0.0100.270.14
HSL62º46.15%74.51%-
HSV(B)62º27.27%86.27%-
XYZ60.8568.6343.3-
YUV212.5698.34131.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.45%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 160 (62.89% from 255) = 26.76%
R=36.45%
G=36.79%
B=26.76%

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
Decimal2182201600.0100.270.146246.1574.51
HexDADCA0101BE3e2e4b
Octal3323342401033167656113
Binary110110101101110010100000101101111101111101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCA0; }

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

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

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

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

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

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

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

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