Html Css Color HEX #DADAA3 Mint Julep

📋 copy color: '#DADAA3'

red 218 ◦ green 218 ◦ blue 163

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

Shades of Mint Julep #DADAA3

Tints of Mint Julep #DADAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.21%

R = 36.39%
G = 36.39%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DADAA3 (or 0xDADAA3) is known color: Mint Julep. HEX triplet: DA, DA and A3. RGB value is (218,218,163). Sum of RGB (Red+Green+Blue) = 218+218+163=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 163 (64.06% from 255 or 27.21% from 599); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAA3 is #25255C. Grayscale: #D3D3D3. Windows color (decimal): -2434397 or 10738394. OLE color: 10738394.

HSL color Cylindrical-coordinate representation of color #DADAA3: 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.25%. Process color model (Four color, CMYK) of #DADAA3 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 163 -
CMYK 0 0 0.25 0.15
HSL 60º 0.43% 0.75% -
HSV(B) 60º 0.25% 0.85% -
XYZ 60.6 67.69 44.52 -
YUV 211.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 218 218 163 0 0 0.25 0.15 60 0.43 0.75
Hex DA DA A3 0 0 19 F 3C 2B 4B
Octal 332 332 243 0 0 31 17 74 53 113
Binary 11011010 11011010 10100011 0 0 11001 1111 111100 101011 1001011

Color Harmonies of #DADAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAA3

Black with #DADAA3

Text Example


Text Example

White with #DADAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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