Html Css Color HEX #DAD5A2 Mint Julep

📋 copy color: '#DAD5A2'

red 218 ◦ green 213 ◦ blue 162

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

Shades of Mint Julep #DAD5A2

Tints of Mint Julep #DAD5A2

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.92%

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

R = 36.76%
G = 35.92%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DAD5A2 (or 0xDAD5A2) is known color: Mint Julep. HEX triplet: DA, D5 and A2. RGB value is (218,213,162). Sum of RGB (Red+Green+Blue) = 218+213+162=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 162 (63.67% from 255 or 27.32% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD5A2 is #252A5D. Grayscale: #D0D0D0. Windows color (decimal): -2435678 or 10671578. OLE color: 10671578.

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

Color convert

RGB 218 213 162 -
CMYK 0 0.02 0.26 0.15
HSL 54.64º 0.43% 0.75% -
HSV(B) 54.64º 0.26% 0.85% -
XYZ 59.23 65.1 43.63 -
YUV 208.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 218 213 162 0 0.02 0.26 0.15 54.64 0.43 0.75
Hex DA D5 A2 0 2 1A F 37 2B 4B
Octal 332 325 242 0 2 32 17 67 53 113
Binary 11011010 11010101 10100010 0 10 11010 1111 110111 101011 1001011

Color Harmonies of #DAD5A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD5A2

Black with #DAD5A2

Text Example


Text Example

White with #DAD5A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD5A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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