Html Css Color HEX #DADA9C Mint Julep

📋 copy color: '#DADA9C'

red 218 ◦ green 218 ◦ blue 156

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

Shades of Mint Julep #DADA9C

Tints of Mint Julep #DADA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.35%

R = 36.82%
G = 36.82%
B = 26.35%

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

#DADA9C (or 0xDADA9C) is known color: Mint Julep. HEX triplet: DA, DA and 9C. RGB value is (218,218,156). Sum of RGB (Red+Green+Blue) = 218+218+156=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 156 (61.33% from 255 or 26.35% from 592); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADA9C is #252563. Grayscale: #D3D3D3. Windows color (decimal): -2434404 or 10279642. OLE color: 10279642.

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

Color convert

RGB 218 218 156 -
CMYK 0 0 0.28 0.15
HSL 60º 0.46% 0.73% -
HSV(B) 60º 0.28% 0.85% -
XYZ 59.99 67.45 41.31 -
YUV 210.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 218 218 156 0 0 0.28 0.15 60 0.46 0.73
Hex DA DA 9C 0 0 1C F 3C 2E 49
Octal 332 332 234 0 0 34 17 74 56 111
Binary 11011010 11011010 10011100 0 0 11100 1111 111100 101110 1001001

Color Harmonies of #DADA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA9C

Black with #DADA9C

Text Example


Text Example

White with #DADA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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