Html Css Color HEX #DAD3A4 Mint Julep

📋 copy color: '#DAD3A4'

red 218 ◦ green 211 ◦ blue 164

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

Shades of Mint Julep #DAD3A4

Tints of Mint Julep #DAD3A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.66%

R = 36.76%
G = 35.58%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DAD3A4 (or 0xDAD3A4) is known color: Mint Julep. HEX triplet: DA, D3 and A4. RGB value is (218,211,164). Sum of RGB (Red+Green+Blue) = 218+211+164=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 211 (82.81% from 255 or 35.58% from 593); Blue value is 164 (64.45% from 255 or 27.66% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD3A4 is #252C5B. Grayscale: #CFCFCF. Windows color (decimal): -2436188 or 10802138. OLE color: 10802138.

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

Color convert

RGB 218 211 164 -
CMYK 0 0.03 0.25 0.15
HSL 52.22º 0.42% 0.75% -
HSV(B) 52.22º 0.25% 0.85% -
XYZ 58.91 64.17 44.4 -
YUV 207.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 218 211 164 0 0.03 0.25 0.15 52.22 0.42 0.75
Hex DA D3 A4 0 3 19 F 34 2A 4B
Octal 332 323 244 0 3 31 17 64 52 113
Binary 11011010 11010011 10100100 0 11 11001 1111 110100 101010 1001011

Color Harmonies of #DAD3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD3A4

Black with #DAD3A4

Text Example


Text Example

White with #DAD3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD3A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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