Html Css Color HEX #DADCA4 Mint Julep

📋 copy color: '#DADCA4'

red 218 ◦ green 220 ◦ blue 164

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

Shades of Mint Julep #DADCA4

Tints of Mint Julep #DADCA4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.54%

 BLUE value IS 164 (64.45% from 255) = 27.24%

R = 36.21%
G = 36.54%
B = 27.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DADCA4 (or 0xDADCA4) is known color: Mint Julep. HEX triplet: DA, DC and A4. RGB value is (218,220,164). Sum of RGB (Red+Green+Blue) = 218+220+164=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 164 (64.45% from 255 or 27.24% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCA4 is #25235B. Grayscale: #D5D5D5. Windows color (decimal): -2433884 or 10804442. OLE color: 10804442.

HSL color Cylindrical-coordinate representation of color #DADCA4: hue angle of 62.14º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DADCA4 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 164 -
CMYK 0.01 0 0.25 0.14
HSL 62.14º 0.44% 0.75% -
HSV(B) 62.14º 0.25% 0.86% -
XYZ 61.21 68.77 45.17 -
YUV 213.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 218 220 164 0.01 0 0.25 0.14 62.14 0.44 0.75
Hex DA DC A4 1 0 19 E 3E 2C 4B
Octal 332 334 244 1 0 31 16 76 54 113
Binary 11011010 11011100 10100100 1 0 11001 1110 111110 101100 1001011

Color Harmonies of #DADCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADCA4

Black with #DADCA4

Text Example


Text Example

White with #DADCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADCA4; }

 p { color: rgb(218,220,164); }

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

background-color css

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

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

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

border-color css

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

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

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