Html Css Color HEX #DAD3A2 Mint Julep

📋 copy color: '#DAD3A2'

red 218 ◦ green 211 ◦ blue 162

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

Shades of Mint Julep #DAD3A2

Tints of Mint Julep #DAD3A2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.7%

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

R = 36.89%
G = 35.7%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DAD3A2 (or 0xDAD3A2) is known color: Mint Julep. HEX triplet: DA, D3 and A2. RGB value is (218,211,162). Sum of RGB (Red+Green+Blue) = 218+211+162=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD3A2 is #252C5D. Grayscale: #CFCFCF. Windows color (decimal): -2436190 or 10671066. OLE color: 10671066.

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

Color convert

RGB 218 211 162 -
CMYK 0 0.03 0.26 0.15
HSL 52.5º 0.43% 0.75% -
HSV(B) 52.5º 0.26% 0.85% -
XYZ 58.73 64.1 43.46 -
YUV 207.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 218 211 162 0 0.03 0.26 0.15 52.5 0.43 0.75
Hex DA D3 A2 0 3 1A F 34 2B 4B
Octal 332 323 242 0 3 32 17 64 53 113
Binary 11011010 11010011 10100010 0 11 11010 1111 110100 101011 1001011

Color Harmonies of #DAD3A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD3A2

Black with #DAD3A2

Text Example


Text Example

White with #DAD3A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD3A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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