Html Css Color HEX #DADAA7 Mint Julep

📋 copy color: '#DADAA7'

red 218 ◦ green 218 ◦ blue 167

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

Shades of Mint Julep #DADAA7

Tints of Mint Julep #DADAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.69%

R = 36.15%
G = 36.15%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DADAA7 (or 0xDADAA7) is known color: Mint Julep. HEX triplet: DA, DA and A7. RGB value is (218,218,167). Sum of RGB (Red+Green+Blue) = 218+218+167=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAA7 is #252558. Grayscale: #D4D4D4. Windows color (decimal): -2434393 or 11000538. OLE color: 11000538.

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

Color convert

RGB 218 218 167 -
CMYK 0 0 0.23 0.15
HSL 60º 0.41% 0.75% -
HSV(B) 60º 0.23% 0.85% -
XYZ 60.96 67.84 46.44 -
YUV 212.19 102.5 132.15 -
System Red Green Blue C M Y K H S L
Decimal 218 218 167 0 0 0.23 0.15 60 0.41 0.75
Hex DA DA A7 0 0 17 F 3C 29 4B
Octal 332 332 247 0 0 27 17 74 51 113
Binary 11011010 11011010 10100111 0 0 10111 1111 111100 101001 1001011

Color Harmonies of #DADAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAA7

Black with #DADAA7

Text Example


Text Example

White with #DADAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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