Html Css Color HEX #DCDAA6 Mint Julep

📋 copy color: '#DCDAA6'

red 220 ◦ green 218 ◦ blue 166

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

Shades of Mint Julep #DCDAA6

Tints of Mint Julep #DCDAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.48%

R = 36.42%
G = 36.09%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCDAA6 (or 0xDCDAA6) is known color: Mint Julep. HEX triplet: DC, DA and A6. RGB value is (220,218,166). Sum of RGB (Red+Green+Blue) = 220+218+166=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 166 (65.23% from 255 or 27.48% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAA6 is #232559. Grayscale: #D4D4D4. Windows color (decimal): -2303322 or 10935004. OLE color: 10935004.

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

Color convert

RGB 220 218 166 -
CMYK 0 0.01 0.25 0.14
HSL 57.78º 0.44% 0.76% -
HSV(B) 57.78º 0.25% 0.86% -
XYZ 61.47 68.11 45.98 -
YUV 212.67 101.66 133.23 -
System Red Green Blue C M Y K H S L
Decimal 220 218 166 0 0.01 0.25 0.14 57.78 0.44 0.76
Hex DC DA A6 0 1 19 E 3A 2C 4C
Octal 334 332 246 0 1 31 16 72 54 114
Binary 11011100 11011010 10100110 0 1 11001 1110 111010 101100 1001100

Color Harmonies of #DCDAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAA6

Black with #DCDAA6

Text Example


Text Example

White with #DCDAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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