Html Css Color HEX #DADAA6 Mint Julep

📋 copy color: '#DADAA6'

red 218 ◦ green 218 ◦ blue 166

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

Shades of Mint Julep #DADAA6

Tints of Mint Julep #DADAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.57%

R = 36.21%
G = 36.21%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DADAA6 (or 0xDADAA6) is known color: Mint Julep. HEX triplet: DA, DA and A6. RGB value is (218,218,166). Sum of RGB (Red+Green+Blue) = 218+218+166=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAA6 is #252559. Grayscale: #D4D4D4. Windows color (decimal): -2434394 or 10935002. OLE color: 10935002.

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

Color convert

RGB 218 218 166 -
CMYK 0 0 0.24 0.15
HSL 60º 0.41% 0.75% -
HSV(B) 60º 0.24% 0.85% -
XYZ 60.87 67.8 45.96 -
YUV 212.07 102 132.23 -
System Red Green Blue C M Y K H S L
Decimal 218 218 166 0 0 0.24 0.15 60 0.41 0.75
Hex DA DA A6 0 0 18 F 3C 29 4B
Octal 332 332 246 0 0 30 17 74 51 113
Binary 11011010 11011010 10100110 0 0 11000 1111 111100 101001 1001011

Color Harmonies of #DADAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAA6

Black with #DADAA6

Text Example


Text Example

White with #DADAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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