Html Css Color HEX #DAD4A0 Mint Julep

📋 copy color: '#DAD4A0'

red 218 ◦ green 212 ◦ blue 160

#DAD4A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Julep #DAD4A0

Tints of Mint Julep #DAD4A0

RGB

 RED value IS 218 (85.55% from 255) = 36.95%

 GREEN value IS 212 (83.2% from 255) = 35.93%

 BLUE value IS 160 (62.89% from 255) = 27.12%

R = 36.95%
G = 35.93%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DAD4A0 (or 0xDAD4A0) is known color: Mint Julep. HEX triplet: DA, D4 and A0. RGB value is (218,212,160). Sum of RGB (Red+Green+Blue) = 218+212+160=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD4A0 is #252B5F. Grayscale: #D0D0D0. Windows color (decimal): -2435936 or 10540250. OLE color: 10540250.

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

Color convert

RGB 218 212 160 -
CMYK 0 0.03 0.27 0.15
HSL 53.79º 0.44% 0.74% -
HSV(B) 53.79º 0.27% 0.85% -
XYZ 58.8 64.53 42.61 -
YUV 207.87 100.99 135.23 -
System Red Green Blue C M Y K H S L
Decimal 218 212 160 0 0.03 0.27 0.15 53.79 0.44 0.74
Hex DA D4 A0 0 3 1B F 36 2C 4A
Octal 332 324 240 0 3 33 17 66 54 112
Binary 11011010 11010100 10100000 0 11 11011 1111 110110 101100 1001010

Color Harmonies of #DAD4A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD4A0

Black with #DAD4A0

Text Example


Text Example

White with #DAD4A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD4A0; }

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

 H1.HeaderClassName
 {
   color: #DAD4A0;
 }
 .AnyTagClassName
 {
   color: #DAD4A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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