Html Css Color HEX #DAD9A0 Mint Julep

📋 copy color: '#DAD9A0'

red 218 ◦ green 217 ◦ blue 160

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

Shades of Mint Julep #DAD9A0

Tints of Mint Julep #DAD9A0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.47%

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

R = 36.64%
G = 36.47%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DAD9A0 (or 0xDAD9A0) is known color: Mint Julep. HEX triplet: DA, D9 and A0. RGB value is (218,217,160). Sum of RGB (Red+Green+Blue) = 218+217+160=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD9A0 is #25265F. Grayscale: #D3D3D3. Windows color (decimal): -2434656 or 10541530. OLE color: 10541530.

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

Color convert

RGB 218 217 160 -
CMYK 0 0.00 0.27 0.15
HSL 58.97º 0.44% 0.74% -
HSV(B) 58.97º 0.27% 0.85% -
XYZ 60.07 67.07 43.04 -
YUV 210.8 99.33 133.13 -
System Red Green Blue C M Y K H S L
Decimal 218 217 160 0 0.00 0.27 0.15 58.97 0.44 0.74
Hex DA D9 A0 0 0 1B F 3B 2C 4A
Octal 332 331 240 0 0 33 17 73 54 112
Binary 11011010 11011001 10100000 0 0 11011 1111 111011 101100 1001010

Color Harmonies of #DAD9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD9A0

Black with #DAD9A0

Text Example


Text Example

White with #DAD9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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