Html Css Color HEX #DCDAA7 Mint Julep

📋 copy color: '#DCDAA7'

red 220 ◦ green 218 ◦ blue 167

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

Shades of Mint Julep #DCDAA7

Tints of Mint Julep #DCDAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.6%

R = 36.36%
G = 36.03%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DCDAA7 (or 0xDCDAA7) is known color: Mint Julep. HEX triplet: DC, DA and A7. RGB value is (220,218,167). Sum of RGB (Red+Green+Blue) = 220+218+167=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 167 (65.62% from 255 or 27.60% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDAA7 is #232558. Grayscale: #D4D4D4. Windows color (decimal): -2303321 or 11000540. OLE color: 11000540.

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

Color convert

RGB 220 218 167 -
CMYK 0 0.01 0.24 0.14
HSL 57.74º 0.43% 0.76% -
HSV(B) 57.74º 0.24% 0.86% -
XYZ 61.56 68.15 46.47 -
YUV 212.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 220 218 167 0 0.01 0.24 0.14 57.74 0.43 0.76
Hex DC DA A7 0 1 18 E 3A 2B 4C
Octal 334 332 247 0 1 30 16 72 53 114
Binary 11011100 11011010 10100111 0 1 11000 1110 111010 101011 1001100

Color Harmonies of #DCDAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDAA7

Black with #DCDAA7

Text Example


Text Example

White with #DCDAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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