Html Css Color HEX #DCDAA2 Mint Julep

📋 copy color: '#DCDAA2'

red 220 ◦ green 218 ◦ blue 162

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

Shades of Mint Julep #DCDAA2

Tints of Mint Julep #DCDAA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27%

R = 36.67%
G = 36.33%
B = 27%

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

#DCDAA2 (or 0xDCDAA2) is known color: Mint Julep. HEX triplet: DC, DA and A2. RGB value is (220,218,162). Sum of RGB (Red+Green+Blue) = 220+218+162=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAA2 is #23255D. Grayscale: #D4D4D4. Windows color (decimal): -2303326 or 10672860. OLE color: 10672860.

HSL color Cylindrical-coordinate representation of color #DCDAA2: hue angle of 57.93º 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 #DCDAA2 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 218 162 -
CMYK 0 0.01 0.26 0.14
HSL 57.93º 0.45% 0.75% -
HSV(B) 57.93º 0.26% 0.86% -
XYZ 61.11 67.97 44.08 -
YUV 212.21 99.66 133.55 -
System Red Green Blue C M Y K H S L
Decimal 220 218 162 0 0.01 0.26 0.14 57.93 0.45 0.75
Hex DC DA A2 0 1 1A E 3A 2D 4B
Octal 334 332 242 0 1 32 16 72 55 113
Binary 11011100 11011010 10100010 0 1 11010 1110 111010 101101 1001011

Color Harmonies of #DCDAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAA2

Black with #DCDAA2

Text Example


Text Example

White with #DCDAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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