Html Css Color HEX #DADAA2 Mint Julep

📋 copy color: '#DADAA2'

red 218 ◦ green 218 ◦ blue 162

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

Shades of Mint Julep #DADAA2

Tints of Mint Julep #DADAA2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.45%

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

R = 36.45%
G = 36.45%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DADAA2 (or 0xDADAA2) is known color: Mint Julep. HEX triplet: DA, DA and A2. RGB value is (218,218,162). Sum of RGB (Red+Green+Blue) = 218+218+162=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAA2 is #25255D. Grayscale: #D3D3D3. Windows color (decimal): -2434398 or 10672858. OLE color: 10672858.

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

Color convert

RGB 218 218 162 -
CMYK 0 0 0.26 0.15
HSL 60º 0.43% 0.75% -
HSV(B) 60º 0.26% 0.85% -
XYZ 60.51 67.66 44.05 -
YUV 211.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 218 218 162 0 0 0.26 0.15 60 0.43 0.75
Hex DA DA A2 0 0 1A F 3C 2B 4B
Octal 332 332 242 0 0 32 17 74 53 113
Binary 11011010 11011010 10100010 0 0 11010 1111 111100 101011 1001011

Color Harmonies of #DADAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAA2

Black with #DADAA2

Text Example


Text Example

White with #DADAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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