Html Css Color HEX #DCDCA4 Mint Julep

📋 copy color: '#DCDCA4'

red 220 ◦ green 220 ◦ blue 164

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

Shades of Mint Julep #DCDCA4

Tints of Mint Julep #DCDCA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.15%

R = 36.42%
G = 36.42%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCDCA4 (or 0xDCDCA4) is known color: Mint Julep. HEX triplet: DC, DC and A4. RGB value is (220,220,164). Sum of RGB (Red+Green+Blue) = 220+220+164=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDCA4 is #23235B. Grayscale: #D5D5D5. Windows color (decimal): -2302812 or 10804444. OLE color: 10804444.

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

Color convert

RGB 220 220 164 -
CMYK 0 0 0.25 0.14
HSL 60º 0.44% 0.75% -
HSV(B) 60º 0.25% 0.86% -
XYZ 61.81 69.08 45.2 -
YUV 213.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 220 220 164 0 0 0.25 0.14 60 0.44 0.75
Hex DC DC A4 0 0 19 E 3C 2C 4B
Octal 334 334 244 0 0 31 16 74 54 113
Binary 11011100 11011100 10100100 0 0 11001 1110 111100 101100 1001011

Color Harmonies of #DCDCA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDCA4

Black with #DCDCA4

Text Example


Text Example

White with #DCDCA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDCA4; }

 p { color: rgb(220,220,164); }

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

background-color css

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

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

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

border-color css

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

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

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