Html Css Color HEX #DAD2A6 Mint Julep

📋 copy color: '#DAD2A6'

red 218 ◦ green 210 ◦ blue 166

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

Shades of Mint Julep #DAD2A6

Tints of Mint Julep #DAD2A6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.35%

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

R = 36.7%
G = 35.35%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DAD2A6 (or 0xDAD2A6) is known color: Mint Julep. HEX triplet: DA, D2 and A6. RGB value is (218,210,166). Sum of RGB (Red+Green+Blue) = 218+210+166=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 166 (65.23% from 255 or 27.95% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD2A6 is #252D59. Grayscale: #CFCFCF. Windows color (decimal): -2436442 or 10932954. OLE color: 10932954.

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

Color convert

RGB 218 210 166 -
CMYK 0 0.04 0.24 0.15
HSL 50.77º 0.41% 0.75% -
HSV(B) 50.77º 0.24% 0.85% -
XYZ 58.84 63.75 45.28 -
YUV 207.38 104.65 135.58 -
System Red Green Blue C M Y K H S L
Decimal 218 210 166 0 0.04 0.24 0.15 50.77 0.41 0.75
Hex DA D2 A6 0 4 18 F 33 29 4B
Octal 332 322 246 0 4 30 17 63 51 113
Binary 11011010 11010010 10100110 0 100 11000 1111 110011 101001 1001011

Color Harmonies of #DAD2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD2A6

Black with #DAD2A6

Text Example


Text Example

White with #DAD2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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