Html Css Color HEX #DADA9D Mint Julep

📋 copy color: '#DADA9D'

red 218 ◦ green 218 ◦ blue 157

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

Shades of Mint Julep #DADA9D

Tints of Mint Julep #DADA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 26.48%

R = 36.76%
G = 36.76%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DADA9D (or 0xDADA9D) is known color: Mint Julep. HEX triplet: DA, DA and 9D. RGB value is (218,218,157). Sum of RGB (Red+Green+Blue) = 218+218+157=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA9D is #252562. Grayscale: #D3D3D3. Windows color (decimal): -2434403 or 10345178. OLE color: 10345178.

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

Color convert

RGB 218 218 157 -
CMYK 0 0 0.28 0.15
HSL 60º 0.45% 0.74% -
HSV(B) 60º 0.28% 0.85% -
XYZ 60.07 67.48 41.76 -
YUV 211.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 218 218 157 0 0 0.28 0.15 60 0.45 0.74
Hex DA DA 9D 0 0 1C F 3C 2D 4A
Octal 332 332 235 0 0 34 17 74 55 112
Binary 11011010 11011010 10011101 0 0 11100 1111 111100 101101 1001010

Color Harmonies of #DADA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA9D

Black with #DADA9D

Text Example


Text Example

White with #DADA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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