Html Css Color HEX #DADAA1 Mint Julep

📋 copy color: '#DADAA1'

red 218 ◦ green 218 ◦ blue 161

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

Shades of Mint Julep #DADAA1

Tints of Mint Julep #DADAA1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.52%

 BLUE value IS 161 (63.28% from 255) = 26.97%

R = 36.52%
G = 36.52%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DADAA1 (or 0xDADAA1) is known color: Mint Julep. HEX triplet: DA, DA and A1. RGB value is (218,218,161). Sum of RGB (Red+Green+Blue) = 218+218+161=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 161 (63.28% from 255 or 26.97% from 597); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAA1 is #25255E. Grayscale: #D3D3D3. Windows color (decimal): -2434399 or 10607322. OLE color: 10607322.

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

Color convert

RGB 218 218 161 -
CMYK 0 0 0.26 0.15
HSL 60º 0.44% 0.74% -
HSV(B) 60º 0.26% 0.85% -
XYZ 60.42 67.62 43.59 -
YUV 211.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 218 218 161 0 0 0.26 0.15 60 0.44 0.74
Hex DA DA A1 0 0 1A F 3C 2C 4A
Octal 332 332 241 0 0 32 17 74 54 112
Binary 11011010 11011010 10100001 0 0 11010 1111 111100 101100 1001010

Color Harmonies of #DADAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAA1

Black with #DADAA1

Text Example


Text Example

White with #DADAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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