Html Css Color HEX #DCDAAC Mint Julep

📋 copy color: '#DCDAAC'

red 220 ◦ green 218 ◦ blue 172

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

Shades of Mint Julep #DCDAAC

Tints of Mint Julep #DCDAAC

RGB

 RED value IS 220 (86.33% from 255) = 36.07%

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

 BLUE value IS 172 (67.58% from 255) = 28.2%

R = 36.07%
G = 35.74%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DCDAAC (or 0xDCDAAC) is known color: Mint Julep. HEX triplet: DC, DA and AC. RGB value is (220,218,172). Sum of RGB (Red+Green+Blue) = 220+218+172=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAAC is #232553. Grayscale: #D5D5D5. Windows color (decimal): -2303316 or 11328220. OLE color: 11328220.

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

Color convert

RGB 220 218 172 -
CMYK 0 0.01 0.22 0.14
HSL 57.5º 0.41% 0.77% -
HSV(B) 57.5º 0.22% 0.86% -
XYZ 62.03 68.34 48.95 -
YUV 213.35 104.66 132.74 -
System Red Green Blue C M Y K H S L
Decimal 220 218 172 0 0.01 0.22 0.14 57.5 0.41 0.77
Hex DC DA AC 0 1 16 E 3A 29 4D
Octal 334 332 254 0 1 26 16 72 51 115
Binary 11011100 11011010 10101100 0 1 10110 1110 111010 101001 1001101

Color Harmonies of #DCDAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAAC

Black with #DCDAAC

Text Example


Text Example

White with #DCDAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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