Html Css Color HEX #DCDAA3 Mint Julep

📋 copy color: '#DCDAA3'

red 220 ◦ green 218 ◦ blue 163

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

Shades of Mint Julep #DCDAA3

Tints of Mint Julep #DCDAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.12%

R = 36.61%
G = 36.27%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DCDAA3 (or 0xDCDAA3) is known color: Mint Julep. HEX triplet: DC, DA and A3. RGB value is (220,218,163). Sum of RGB (Red+Green+Blue) = 220+218+163=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAA3 is #23255C. Grayscale: #D4D4D4. Windows color (decimal): -2303325 or 10738396. OLE color: 10738396.

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

Color convert

RGB 220 218 163 -
CMYK 0 0.01 0.26 0.14
HSL 57.89º 0.45% 0.75% -
HSV(B) 57.89º 0.26% 0.86% -
XYZ 61.2 68 44.55 -
YUV 212.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 220 218 163 0 0.01 0.26 0.14 57.89 0.45 0.75
Hex DC DA A3 0 1 1A E 3A 2D 4B
Octal 334 332 243 0 1 32 16 72 55 113
Binary 11011100 11011010 10100011 0 1 11010 1110 111010 101101 1001011

Color Harmonies of #DCDAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAA3

Black with #DCDAA3

Text Example


Text Example

White with #DCDAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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