Html Css Color HEX #DAD7A2 Mint Julep

📋 copy color: '#DAD7A2'

red 218 ◦ green 215 ◦ blue 162

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

Shades of Mint Julep #DAD7A2

Tints of Mint Julep #DAD7A2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.13%

 BLUE value IS 162 (63.67% from 255) = 27.23%

R = 36.64%
G = 36.13%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DAD7A2 (or 0xDAD7A2) is known color: Mint Julep. HEX triplet: DA, D7 and A2. RGB value is (218,215,162). Sum of RGB (Red+Green+Blue) = 218+215+162=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 162 (63.67% from 255 or 27.23% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD7A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD7A2 is #25285D. Grayscale: #D2D2D2. Windows color (decimal): -2435166 or 10672090. OLE color: 10672090.

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

Color convert

RGB 218 215 162 -
CMYK 0 0.01 0.26 0.15
HSL 56.79º 0.43% 0.75% -
HSV(B) 56.79º 0.26% 0.85% -
XYZ 59.74 66.11 43.8 -
YUV 209.86 100.99 133.81 -
System Red Green Blue C M Y K H S L
Decimal 218 215 162 0 0.01 0.26 0.15 56.79 0.43 0.75
Hex DA D7 A2 0 1 1A F 39 2B 4B
Octal 332 327 242 0 1 32 17 71 53 113
Binary 11011010 11010111 10100010 0 1 11010 1111 111001 101011 1001011

Color Harmonies of #DAD7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD7A2

Black with #DAD7A2

Text Example


Text Example

White with #DAD7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD7A2; }

 p { color: rgb(218,215,162); }

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

background-color css

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

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

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

border-color css

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

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

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